aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/test_datacache_api_quota.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/datacache/test_datacache_api_quota.c
parent4f8ba34b32328bd99b2f0c2ff9a2372712022b32 (diff)
const-ing of config-handles
Diffstat (limited to 'src/datacache/test_datacache_api_quota.c')
-rw-r--r--src/datacache/test_datacache_api_quota.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/datacache/test_datacache_api_quota.c b/src/datacache/test_datacache_api_quota.c
index fda5d425b3..c912c49276 100644
--- a/src/datacache/test_datacache_api_quota.c
+++ b/src/datacache/test_datacache_api_quota.c
@@ -42,7 +42,8 @@ static void
run (void *cls,
struct GNUNET_SCHEDULER_Handle *sched,
char *const *args,
- const char *cfgfile, struct GNUNET_CONFIGURATION_Handle *cfg)
+ const char *cfgfile,
+ const struct GNUNET_CONFIGURATION_Handle *cfg)
{
struct GNUNET_DATACACHE_Handle *h;
GNUNET_HashCode k;