diff options
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. |