diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-21 14:21:00 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-21 14:21:00 +0100 |
commit | f7025fd6303b754f601bccf0c01272cf35e0b991 (patch) | |
tree | 6690c9de3a5cd57e3f14bf1a3df0b0bbcee89634 /src/mint/plugin.c | |
parent | 067d4891411f7add6256352e661aab9fb0b58266 (diff) |
fix testcase FTBFS
Diffstat (limited to 'src/mint/plugin.c')
-rw-r--r-- | src/mint/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/plugin.c b/src/mint/plugin.c index 91cd3f40..67cabd81 100644 --- a/src/mint/plugin.c +++ b/src/mint/plugin.c @@ -41,7 +41,7 @@ static char *old_dlsearchpath; * @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) { return GNUNET_SYSERR; } |