aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
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/include/gnunet_core_service.h
parent4f8ba34b32328bd99b2f0c2ff9a2372712022b32 (diff)
downloadgnunet-7bc466bbdb8b64cac68c5ee59eb7ab6b9d85c420.tar.gz
gnunet-7bc466bbdb8b64cac68c5ee59eb7ab6b9d85c420.zip
const-ing of config-handles
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index a096569ef..a77281336 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -171,7 +171,7 @@ typedef void
171 */ 171 */
172void 172void
173GNUNET_CORE_connect (struct GNUNET_SCHEDULER_Handle *sched, 173GNUNET_CORE_connect (struct GNUNET_SCHEDULER_Handle *sched,
174 struct GNUNET_CONFIGURATION_Handle *cfg, 174 const struct GNUNET_CONFIGURATION_Handle *cfg,
175 struct GNUNET_TIME_Relative timeout, 175 struct GNUNET_TIME_Relative timeout,
176 void *cls, 176 void *cls,
177 GNUNET_CORE_StartupCallback init, 177 GNUNET_CORE_StartupCallback init,