aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-21 14:51:17 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-21 14:51:17 +0000
commitee31486a405f33d1a4ec77bacb7cd1a9b876734e (patch)
tree5ea78a1b4a3828ff5e200e1174750f035eb85aca /src/hostlist/gnunet-daemon-hostlist.c
parent620a937c81ba5164aa7b6ba916b166cfab716310 (diff)
downloadgnunet-ee31486a405f33d1a4ec77bacb7cd1a9b876734e.tar.gz
gnunet-ee31486a405f33d1a4ec77bacb7cd1a9b876734e.zip
fix
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 b8cf93d5a..f5db86c91 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -158,8 +158,8 @@ run (void *cls,
158 const char *cfgfile, 158 const char *cfgfile,
159 const struct GNUNET_CONFIGURATION_Handle * cfg) 159 const struct GNUNET_CONFIGURATION_Handle * cfg)
160{ 160{
161 GNUNET_CORE_ClientEventHandler ch = NULL; 161 GNUNET_CORE_ConnectEventHandler ch = NULL;
162 GNUNET_CORE_ClientEventHandler dh = NULL; 162 GNUNET_CORE_DisconnectEventHandler dh = NULL;
163 struct GNUNET_CORE_MessageHandler handlers[] = 163 struct GNUNET_CORE_MessageHandler handlers[] =
164 { 164 {
165 { NULL, 0, 0 } 165 { NULL, 0, 0 }