diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-06 16:53:29 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-06 16:53:29 +0100 |
commit | d9ac8e7975d813f1a868ab4d0cd062408f5aaf00 (patch) | |
tree | fa8d0b988afa1352aa2cb3a0ec629b81db339ba2 /src/include | |
parent | b90293a92f07aea92b6651048b9557d4f7fb6666 (diff) |
incomplete work on forthcoming /keys implementation
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 125cfe348..b1686ab65 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1624,8 +1624,7 @@ typedef void typedef void (*TALER_EXCHANGEDB_DenominationCallback)( void *cls, - const struct - TALER_DenominationPublicKey *denom_pub, + const struct TALER_DenominationPublicKey *denom_pub, const struct TALER_EXCHANGEDB_DenominationKeyInformationP *issue); |