summaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 0f5e693d5..27ba0b491 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -3120,7 +3120,7 @@ struct TALER_EXCHANGEDB_Plugin
void *cls,
struct TALER_EXCHANGEDB_Session *session,
const struct GNUNET_HashCode *h_denom_pub,
- const struct TALER_EXCHANGEDB_DenominationKeyMetaData *meta);
+ struct TALER_EXCHANGEDB_DenominationKeyMetaData *meta);
/**
@@ -3137,7 +3137,7 @@ struct TALER_EXCHANGEDB_Plugin
void *cls,
struct TALER_EXCHANGEDB_Session *session,
const struct GNUNET_HashCode *h_denom_pub,
- const struct TALER_EXCHANGEDB_DenominationKeyMetaData *meta);
+ struct TALER_EXCHANGEDB_DenominationKeyMetaData *meta);
/**