aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist-client.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/hostlist-client.c
parent4f8ba34b32328bd99b2f0c2ff9a2372712022b32 (diff)
downloadgnunet-7bc466bbdb8b64cac68c5ee59eb7ab6b9d85c420.tar.gz
gnunet-7bc466bbdb8b64cac68c5ee59eb7ab6b9d85c420.zip
const-ing of config-handles
Diffstat (limited to 'src/hostlist/hostlist-client.c')
-rw-r--r--src/hostlist/hostlist-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c
index 785e189ab..bc98a2bcf 100644
--- a/src/hostlist/hostlist-client.c
+++ b/src/hostlist/hostlist-client.c
@@ -40,7 +40,7 @@
40/** 40/**
41 * Our configuration. 41 * Our configuration.
42 */ 42 */
43static struct GNUNET_CONFIGURATION_Handle *cfg; 43static const struct GNUNET_CONFIGURATION_Handle *cfg;
44 44
45/** 45/**
46 * Our scheduler. 46 * Our scheduler.
@@ -611,7 +611,7 @@ process_stat (void *cls,
611 * Start downloading hostlists from hostlist servers as necessary. 611 * Start downloading hostlists from hostlist servers as necessary.
612 */ 612 */
613int 613int
614GNUNET_HOSTLIST_client_start (struct GNUNET_CONFIGURATION_Handle *c, 614GNUNET_HOSTLIST_client_start (const struct GNUNET_CONFIGURATION_Handle *c,
615 struct GNUNET_SCHEDULER_Handle *s, 615 struct GNUNET_SCHEDULER_Handle *s,
616 struct GNUNET_STATISTICS_Handle *st, 616 struct GNUNET_STATISTICS_Handle *st,
617 GNUNET_CORE_ClientEventHandler *ch, 617 GNUNET_CORE_ClientEventHandler *ch,