diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-29 17:27:53 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-29 17:27:53 +0100 |
commit | 855e7829d764aa178020ce4423449dcb5a8536ce (patch) | |
tree | 633f77f2ab8b20a674b9c9579bea6946313cb4f2 /src/include | |
parent | 6b434c626f6335f8174e0164ead61b3874752c4a (diff) |
more work on DB plugin for managemetn API
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 4 |
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); /** |