aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/hostlist-client.h')
-rw-r--r--src/hostlist/hostlist-client.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/hostlist/hostlist-client.h b/src/hostlist/hostlist-client.h
index 80ead64bb..c6561c820 100644
--- a/src/hostlist/hostlist-client.h
+++ b/src/hostlist/hostlist-client.h
@@ -89,12 +89,11 @@
89 * @param learn set if client is learning new hostlists 89 * @param learn set if client is learning new hostlists
90 * @return GNUNET_OK on success 90 * @return GNUNET_OK on success
91 */ 91 */
92int 92int GNUNET_HOSTLIST_client_start (const struct GNUNET_CONFIGURATION_Handle *c,
93GNUNET_HOSTLIST_client_start (const struct GNUNET_CONFIGURATION_Handle *c, 93 struct GNUNET_STATISTICS_Handle *st,
94 struct GNUNET_STATISTICS_Handle *st, 94 GNUNET_CORE_ConnectEventHandler *ch,
95 GNUNET_CORE_ConnectEventHandler *ch, 95 GNUNET_CORE_DisconnectEventHandler *dh,
96 GNUNET_CORE_DisconnectEventHandler *dh, 96 GNUNET_CORE_MessageCallback *msgh, int learn);
97 GNUNET_CORE_MessageCallback *msgh, int learn);
98 97
99 98
100/** 99/**