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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hostlist/hostlist-client.h b/src/hostlist/hostlist-client.h
index 888d2099a..378a91996 100644
--- a/src/hostlist/hostlist-client.h
+++ b/src/hostlist/hostlist-client.h
@@ -40,6 +40,7 @@
40 * @param st hande for publishing statistics 40 * @param st hande for publishing statistics
41 * @param ch set to handler for connect notifications 41 * @param ch set to handler for connect notifications
42 * @param dh set to handler for disconnect notifications 42 * @param dh set to handler for disconnect notifications
43 * @param msgh set to handler for message handler notifications
43 * @return GNUNET_OK on success 44 * @return GNUNET_OK on success
44 */ 45 */
45int 46int
@@ -47,7 +48,8 @@ GNUNET_HOSTLIST_client_start (const struct GNUNET_CONFIGURATION_Handle *c,
47 struct GNUNET_SCHEDULER_Handle *s, 48 struct GNUNET_SCHEDULER_Handle *s,
48 struct GNUNET_STATISTICS_Handle *st, 49 struct GNUNET_STATISTICS_Handle *st,
49 GNUNET_CORE_ConnectEventHandler *ch, 50 GNUNET_CORE_ConnectEventHandler *ch,
50 GNUNET_CORE_DisconnectEventHandler *dh); 51 GNUNET_CORE_DisconnectEventHandler *dh,
52 GNUNET_CORE_MessageCallback *msgh);
51 53
52 54
53/** 55/**