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.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/hostlist/hostlist-client.h b/src/hostlist/hostlist-client.h
index c6561c820..3def865e4 100644
--- a/src/hostlist/hostlist-client.h
+++ b/src/hostlist/hostlist-client.h
@@ -89,17 +89,19 @@
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 GNUNET_HOSTLIST_client_start (const struct GNUNET_CONFIGURATION_Handle *c, 92int
93 struct GNUNET_STATISTICS_Handle *st, 93GNUNET_HOSTLIST_client_start (const struct GNUNET_CONFIGURATION_Handle *c,
94 GNUNET_CORE_ConnectEventHandler *ch, 94 struct GNUNET_STATISTICS_Handle *st,
95 GNUNET_CORE_DisconnectEventHandler *dh, 95 GNUNET_CORE_ConnectEventHandler *ch,
96 GNUNET_CORE_MessageCallback *msgh, int learn); 96 GNUNET_CORE_DisconnectEventHandler *dh,
97 GNUNET_CORE_MessageCallback *msgh, int learn);
97 98
98 99
99/** 100/**
100 * Stop downloading hostlists from hostlist servers as necessary. 101 * Stop downloading hostlists from hostlist servers as necessary.
101 */ 102 */
102void GNUNET_HOSTLIST_client_stop (void); 103void
104GNUNET_HOSTLIST_client_stop (void);
103 105
104 106
105#endif 107#endif