aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-26 21:20:11 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-26 21:20:11 +0000
commit7bc466bbdb8b64cac68c5ee59eb7ab6b9d85c420 (patch)
treedc415457e57f9cfda58eb22ca400a941ebcf602e /src/hostlist/gnunet-daemon-hostlist.c
parent4f8ba34b32328bd99b2f0c2ff9a2372712022b32 (diff)
downloadgnunet-7bc466bbdb8b64cac68c5ee59eb7ab6b9d85c420.tar.gz
gnunet-7bc466bbdb8b64cac68c5ee59eb7ab6b9d85c420.zip
const-ing of config-handles
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist.c b/src/hostlist/gnunet-daemon-hostlist.c
index 281459b75..7d075cf80 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -135,7 +135,7 @@ run (void *cls,
135 struct GNUNET_SCHEDULER_Handle * sched, 135 struct GNUNET_SCHEDULER_Handle * sched,
136 char *const *args, 136 char *const *args,
137 const char *cfgfile, 137 const char *cfgfile,
138 struct GNUNET_CONFIGURATION_Handle * cfg) 138 const struct GNUNET_CONFIGURATION_Handle * cfg)
139{ 139{
140 GNUNET_CORE_ClientEventHandler ch = NULL; 140 GNUNET_CORE_ClientEventHandler ch = NULL;
141 GNUNET_CORE_ClientEventHandler dh = NULL; 141 GNUNET_CORE_ClientEventHandler dh = NULL;