aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_do_age_withdraw.h
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-06-26 11:46:13 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-06-26 11:46:13 +0200
commiteeece1c96d2cfb1ffe767095b832b6de55bc8c74 (patch)
treea3767f259733b4e9c3c6f3bca3c7db30c6795f23 /src/exchangedb/pg_do_age_withdraw.h
parent17001e445db8ca9b5490880bef18dacddc072258 (diff)
downloadexchange-eeece1c96d2cfb1ffe767095b832b6de55bc8c74.tar.gz
exchange-eeece1c96d2cfb1ffe767095b832b6de55bc8c74.tar.bz2
exchange-eeece1c96d2cfb1ffe767095b832b6de55bc8c74.zip
-ruuid not needed
Diffstat (limited to 'src/exchangedb/pg_do_age_withdraw.h')
-rw-r--r--src/exchangedb/pg_do_age_withdraw.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/exchangedb/pg_do_age_withdraw.h b/src/exchangedb/pg_do_age_withdraw.h
index 5beb3133c..8f42bfb57 100644
--- a/src/exchangedb/pg_do_age_withdraw.h
+++ b/src/exchangedb/pg_do_age_withdraw.h
@@ -37,7 +37,6 @@
* @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] conflict set to true if there already is an entry in the database for the given pair (h_commitment, reserve_pub)
- * @param[out] ruuid set to the reserve's UUID (reserves table row)
* @return query execution status
*/
enum GNUNET_DB_QueryStatus
@@ -49,7 +48,6 @@ TEH_PG_do_age_withdraw (
bool *balance_ok,
bool *age_ok,
uint16_t *required_age,
- bool *conflict,
- uint64_t *ruuid);
+ bool *conflict);
#endif