diff options
Diffstat (limited to 'src/exchangedb/pg_do_age_withdraw.h')
-rw-r--r-- | src/exchangedb/pg_do_age_withdraw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/pg_do_age_withdraw.h b/src/exchangedb/pg_do_age_withdraw.h index 71376022d..fb435a309 100644 --- a/src/exchangedb/pg_do_age_withdraw.h +++ b/src/exchangedb/pg_do_age_withdraw.h @@ -34,6 +34,7 @@ * @param now current time (rounded) * @param[out] found set to true if the reserve was found * @param[out] balance_ok set to true if the balance was sufficient + * @param[out] reserve_balance set to the original reserve balance (at the start of this transaction) * @param[out] age_ok set to true if no age requirements are present on the reserve * @param[out] required_age if @e age_ok is false, set to the maximum allowed age when withdrawing from this reserve * @param[out] reserve_birthday if @e age_ok is false, set to the birthday of the reserve @@ -47,6 +48,7 @@ TEH_PG_do_age_withdraw ( const struct GNUNET_TIME_Timestamp now, bool *found, bool *balance_ok, + struct TALER_Amount *reserve_balance, bool *age_ok, uint16_t *required_age, uint32_t *reserve_birthday, |