aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dhtu_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-07-06 15:30:43 +0200
committerChristian Grothoff <grothoff@gnunet.org>2021-07-06 15:30:59 +0200
commitb6521e32a295a0b96e7de2455b33744a16bab948 (patch)
treef1fd335502d7778d4a1fefd502dfd72496a46c48 /src/include/gnunet_dhtu_plugin.h
parent0bf8171132228c5519257c4929da61c218c3f999 (diff)
downloadgnunet-b6521e32a295a0b96e7de2455b33744a16bab948.tar.gz
gnunet-b6521e32a295a0b96e7de2455b33744a16bab948.zip
DHTU: skeleton for plugins
Diffstat (limited to 'src/include/gnunet_dhtu_plugin.h')
-rw-r--r--src/include/gnunet_dhtu_plugin.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_dhtu_plugin.h b/src/include/gnunet_dhtu_plugin.h
index f87d36719..bcf61eaa2 100644
--- a/src/include/gnunet_dhtu_plugin.h
+++ b/src/include/gnunet_dhtu_plugin.h
@@ -27,6 +27,9 @@
27#ifndef PLUGIN_DHTU_H 27#ifndef PLUGIN_DHTU_H
28#define PLUGIN_DHTU_H 28#define PLUGIN_DHTU_H
29 29
30#include "gnunet_util_lib.h"
31
32
30#ifdef __cplusplus 33#ifdef __cplusplus
31extern "C" 34extern "C"
32{ 35{
@@ -270,7 +273,6 @@ struct GNUNET_DHTU_PluginFunctions
270 * Request creation of a session with a peer at the given @a address. 273 * Request creation of a session with a peer at the given @a address.
271 * 274 *
272 * @param cls closure (internal context for the plugin) 275 * @param cls closure (internal context for the plugin)
273 * @param pk public key of the target
274 * @param address target address to connect to 276 * @param address target address to connect to
275 */ 277 */
276 void 278 void