aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist-server.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
commit16a6919a9f98ee9fa1fee9dd262906c321004a19 (patch)
treee09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/hostlist/hostlist-server.h
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
Diffstat (limited to 'src/hostlist/hostlist-server.h')
-rw-r--r--src/hostlist/hostlist-server.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/hostlist/hostlist-server.h b/src/hostlist/hostlist-server.h
index b5960b39c..e0f8eb4a6 100644
--- a/src/hostlist/hostlist-server.h
+++ b/src/hostlist/hostlist-server.h
@@ -38,18 +38,20 @@
38 * 38 *
39 * @return GNUNET_OK on success 39 * @return GNUNET_OK on success
40 */ 40 */
41int GNUNET_HOSTLIST_server_start (const struct GNUNET_CONFIGURATION_Handle *c, 41int
42 struct GNUNET_STATISTICS_Handle *st, 42GNUNET_HOSTLIST_server_start (const struct GNUNET_CONFIGURATION_Handle *c,
43 struct GNUNET_CORE_Handle *core, 43 struct GNUNET_STATISTICS_Handle *st,
44 GNUNET_CORE_ConnectEventHandler *server_ch, 44 struct GNUNET_CORE_Handle *core,
45 GNUNET_CORE_DisconnectEventHandler *server_dh, 45 GNUNET_CORE_ConnectEventHandler *server_ch,
46 int advertise); 46 GNUNET_CORE_DisconnectEventHandler *server_dh,
47 int advertise);
47 48
48 49
49/** 50/**
50 * Stop server offering our hostlist. 51 * Stop server offering our hostlist.
51 */ 52 */
52void GNUNET_HOSTLIST_server_stop (void); 53void
54GNUNET_HOSTLIST_server_stop (void);
53 55
54 56
55#endif 57#endif