summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-29 17:27:53 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-29 17:27:53 +0100
commit855e7829d764aa178020ce4423449dcb5a8536ce (patch)
tree633f77f2ab8b20a674b9c9579bea6946313cb4f2 /src/include
parent6b434c626f6335f8174e0164ead61b3874752c4a (diff)
downloadexchange-855e7829d764aa178020ce4423449dcb5a8536ce.tar.gz
exchange-855e7829d764aa178020ce4423449dcb5a8536ce.tar.bz2
exchange-855e7829d764aa178020ce4423449dcb5a8536ce.zip
more work on DB plugin for managemetn API
Diffstat (limited to 'src/include')
-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);
/**