diff options
author | Christian Grothoff <christian@grothoff.org> | 2009-07-26 21:20:11 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2009-07-26 21:20:11 +0000 |
commit | 7bc466bbdb8b64cac68c5ee59eb7ab6b9d85c420 (patch) | |
tree | dc415457e57f9cfda58eb22ca400a941ebcf602e /src/datacache/plugin_datacache.h | |
parent | 4f8ba34b32328bd99b2f0c2ff9a2372712022b32 (diff) |
const-ing of config-handles
Diffstat (limited to 'src/datacache/plugin_datacache.h')
-rw-r--r-- | src/datacache/plugin_datacache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datacache/plugin_datacache.h b/src/datacache/plugin_datacache.h index e099cd31d4..39119339dd 100644 --- a/src/datacache/plugin_datacache.h +++ b/src/datacache/plugin_datacache.h @@ -66,7 +66,7 @@ struct GNUNET_DATACACHE_PluginEnvironment /** * Configuration to use. */ - struct GNUNET_CONFIGURATION_Handle *cfg; + const struct GNUNET_CONFIGURATION_Handle *cfg; /** * Configuration section to use. |