aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist_server.h')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist_server.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist_server.h b/src/hostlist/gnunet-daemon-hostlist_server.h
index f70e22fd9..f18ad0ca2 100644
--- a/src/hostlist/gnunet-daemon-hostlist_server.h
+++ b/src/hostlist/gnunet-daemon-hostlist_server.h
@@ -39,7 +39,6 @@
39 * @param st statistics handle to use 39 * @param st statistics handle to use
40 * @param co core handle to use 40 * @param co core handle to use
41 * @param[out] server_ch set to handler for CORE connect events 41 * @param[out] server_ch set to handler for CORE connect events
42 * @param[out] server_dh set to handler for CORE disconnect events
43 * @param advertise #GNUNET_YES if we should advertise our hostlist 42 * @param advertise #GNUNET_YES if we should advertise our hostlist
44 * @return #GNUNET_OK on success 43 * @return #GNUNET_OK on success
45 */ 44 */
@@ -47,9 +46,8 @@ int
47GNUNET_HOSTLIST_server_start (const struct GNUNET_CONFIGURATION_Handle *c, 46GNUNET_HOSTLIST_server_start (const struct GNUNET_CONFIGURATION_Handle *c,
48 struct GNUNET_STATISTICS_Handle *st, 47 struct GNUNET_STATISTICS_Handle *st,
49 struct GNUNET_CORE_Handle *core, 48 struct GNUNET_CORE_Handle *core,
50 GNUNET_CORE_ConnectEventHandler *server_ch, 49 GNUNET_CORE_ConnecTEventHandler *server_ch,
51 GNUNET_CORE_DisconnectEventHandler *server_dh, 50 int advertise);
52 int advertise);
53 51
54 52
55/** 53/**