From 855e7829d764aa178020ce4423449dcb5a8536ce Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 29 Nov 2020 17:27:53 +0100 Subject: more work on DB plugin for managemetn API --- src/include/taler_exchangedb_plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/taler_exchangedb_plugin.h') 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); /** -- cgit v1.2.3