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/datastore/plugin_datastore.h | |
parent | 4f8ba34b32328bd99b2f0c2ff9a2372712022b32 (diff) |
const-ing of config-handles
Diffstat (limited to 'src/datastore/plugin_datastore.h')
-rw-r--r-- | src/datastore/plugin_datastore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore.h b/src/datastore/plugin_datastore.h index 849188ce1f..2fefa2eca0 100644 --- a/src/datastore/plugin_datastore.h +++ b/src/datastore/plugin_datastore.h @@ -52,7 +52,7 @@ struct GNUNET_DATASTORE_PluginEnvironment /** * Configuration to use. */ - struct GNUNET_CONFIGURATION_Handle *cfg; + const struct GNUNET_CONFIGURATION_Handle *cfg; /** * Scheduler to use. |