summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-14 15:57:48 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-14 15:57:48 +0200
commit963477e0640284a54b6e13c947940a0fd1e47bf3 (patch)
tree234ca2308043476ab0495f123385a240a0392668 /src/include
parent58a0882909f2b1ede572ae575b83c18746f96cff (diff)
downloadexchange-963477e0640284a54b6e13c947940a0fd1e47bf3.tar.gz
exchange-963477e0640284a54b6e13c947940a0fd1e47bf3.tar.bz2
exchange-963477e0640284a54b6e13c947940a0fd1e47bf3.zip
-fix comments
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 74498f889..eaac5cd32 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -2030,6 +2030,7 @@ typedef enum GNUNET_GenericReturnValue
typedef enum GNUNET_GenericReturnValue
(*TALER_EXCHANGEDB_PurseRefundCoinCallback)(
void *cls,
+ uint64_t rowid,
const struct TALER_Amount *amount_with_fee,
const struct TALER_CoinSpendPublicKeyP *coin_pub,
const struct TALER_DenominationPublicKey *denom_pub);