aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dhtu_plugin.h
diff options
context:
space:
mode:
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