aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-18 15:02:59 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-18 15:02:59 +0000
commite4794e7e4bc63d2023768e3b1017f19bd0d41c5f (patch)
treecc3573979a8e410998de3ca3d390ee0547d90faa /src/hostlist/gnunet-daemon-hostlist.c
parent2be168f3924a38f2d4f9071ccf53e6a032e9087d (diff)
downloadgnunet-e4794e7e4bc63d2023768e3b1017f19bd0d41c5f.tar.gz
gnunet-e4794e7e4bc63d2023768e3b1017f19bd0d41c5f.zip
cleaning
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist.c b/src/hostlist/gnunet-daemon-hostlist.c
index 300a767b5..b0599312c 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -53,12 +53,12 @@ static int provide_hostlist;
53/** 53/**
54 * Handle to hostlist server's connect handler 54 * Handle to hostlist server's connect handler
55 */ 55 */
56static GNUNET_CORE_ConnectEventHandler server_ch = NULL; 56static GNUNET_CORE_ConnectEventHandler server_ch;
57 57
58/** 58/**
59 * Handle to hostlist server's disconnect handler 59 * Handle to hostlist server's disconnect handler
60 */ 60 */
61static GNUNET_CORE_DisconnectEventHandler server_dh = NULL; 61static GNUNET_CORE_DisconnectEventHandler server_dh;
62 62
63#endif 63#endif
64 64