aboutsummaryrefslogtreecommitdiff
path: root/src/mint/plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-21 14:21:00 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-21 14:21:00 +0100
commitf7025fd6303b754f601bccf0c01272cf35e0b991 (patch)
tree6690c9de3a5cd57e3f14bf1a3df0b0bbcee89634 /src/mint/plugin.h
parent067d4891411f7add6256352e661aab9fb0b58266 (diff)
downloadexchange-f7025fd6303b754f601bccf0c01272cf35e0b991.tar.xz
fix testcase FTBFS
Diffstat (limited to 'src/mint/plugin.h')
-rw-r--r--src/mint/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/plugin.h b/src/mint/plugin.h
index 01b99ebc3..bb1f0ecbc 100644
--- a/src/mint/plugin.h
+++ b/src/mint/plugin.h
@@ -37,7 +37,7 @@ extern struct TALER_MINTDB_Plugin *plugin;
* @return #GNUNET_OK on success
*/
int
-TALER_MINT_plugin_load (struct GNUNET_CONFIGURATION_Handle *cfg);
+TALER_MINT_plugin_load (const struct GNUNET_CONFIGURATION_Handle *cfg);
/**