diff options
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index a287ea563..fe08bd27e 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h | |||
@@ -2040,6 +2040,7 @@ struct TALER_EXCHANGEDB_Plugin | |||
2040 | * @param session a session | 2040 | * @param session a session |
2041 | * @param denom_pub_hash hash of the revoked denomination key | 2041 | * @param denom_pub_hash hash of the revoked denomination key |
2042 | * @param[out] master_sig signature affirming the revocation | 2042 | * @param[out] master_sig signature affirming the revocation |
2043 | * @param[out] rowid row where the information is stored | ||
2043 | * @return #GNUNET_OK on success, | 2044 | * @return #GNUNET_OK on success, |
2044 | * #GNUNET_NO no such entry exists | 2045 | * #GNUNET_NO no such entry exists |
2045 | * #GNUNET_SYSERR on DB errors | 2046 | * #GNUNET_SYSERR on DB errors |
@@ -2048,7 +2049,8 @@ struct TALER_EXCHANGEDB_Plugin | |||
2048 | (*get_denomination_revocation)(void *cls, | 2049 | (*get_denomination_revocation)(void *cls, |
2049 | struct TALER_EXCHANGEDB_Session *session, | 2050 | struct TALER_EXCHANGEDB_Session *session, |
2050 | const struct GNUNET_HashCode *denom_pub_hash, | 2051 | const struct GNUNET_HashCode *denom_pub_hash, |
2051 | struct TALER_MasterSignatureP *master_sig); | 2052 | struct TALER_MasterSignatureP *master_sig, |
2053 | uint64_t *rowid); | ||
2052 | 2054 | ||
2053 | 2055 | ||
2054 | }; | 2056 | }; |