From 62afe341b7c6d4c33faea3d913b8322738258e8a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 16 Apr 2017 17:21:26 +0200 Subject: fix #4984 --- src/include/taler_exchangedb_plugin.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 a287ea56..fe08bd27 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -2040,6 +2040,7 @@ struct TALER_EXCHANGEDB_Plugin * @param session a session * @param denom_pub_hash hash of the revoked denomination key * @param[out] master_sig signature affirming the revocation + * @param[out] rowid row where the information is stored * @return #GNUNET_OK on success, * #GNUNET_NO no such entry exists * #GNUNET_SYSERR on DB errors @@ -2048,7 +2049,8 @@ struct TALER_EXCHANGEDB_Plugin (*get_denomination_revocation)(void *cls, struct TALER_EXCHANGEDB_Session *session, const struct GNUNET_HashCode *denom_pub_hash, - struct TALER_MasterSignatureP *master_sig); + struct TALER_MasterSignatureP *master_sig, + uint64_t *rowid); }; -- cgit v1.2.3