aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/hostlist-server.h')
-rw-r--r--src/hostlist/hostlist-server.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/hostlist/hostlist-server.h b/src/hostlist/hostlist-server.h
index 7b7e37a4d..b5960b39c 100644
--- a/src/hostlist/hostlist-server.h
+++ b/src/hostlist/hostlist-server.h
@@ -38,13 +38,12 @@
38 * 38 *
39 * @return GNUNET_OK on success 39 * @return GNUNET_OK on success
40 */ 40 */
41int 41int GNUNET_HOSTLIST_server_start (const struct GNUNET_CONFIGURATION_Handle *c,
42GNUNET_HOSTLIST_server_start (const struct GNUNET_CONFIGURATION_Handle *c, 42 struct GNUNET_STATISTICS_Handle *st,
43 struct GNUNET_STATISTICS_Handle *st, 43 struct GNUNET_CORE_Handle *core,
44 struct GNUNET_CORE_Handle *core, 44 GNUNET_CORE_ConnectEventHandler *server_ch,
45 GNUNET_CORE_ConnectEventHandler *server_ch, 45 GNUNET_CORE_DisconnectEventHandler *server_dh,
46 GNUNET_CORE_DisconnectEventHandler *server_dh, 46 int advertise);
47 int advertise);
48 47
49 48
50/** 49/**