exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit eac5c8b97e46a09359eb6065cb74ae28e0a48886
parent 607f05fd72b88763cdf6044ac927caa082e352af
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  5 Feb 2024 20:28:33 +0100

doxygen fixes

Diffstat:
Msrc/bank-lib/fakebank_bank_post_withdrawals_id_op.c | 2++
Msrc/bank-lib/fakebank_bank_post_withdrawals_id_op.h | 5+++++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/bank-lib/fakebank_bank_post_withdrawals_id_op.c b/src/bank-lib/fakebank_bank_post_withdrawals_id_op.c @@ -39,6 +39,7 @@ * * @param h our fakebank handle * @param connection the connection + * @param account name of the account * @param withdrawal_id the withdrawal operation identifier * @return MHD result code */ @@ -140,6 +141,7 @@ bank_withdrawals_confirm ( * * @param h our fakebank handle * @param connection the connection + * @param account name of the account * @param withdrawal_id the withdrawal operation identifier * @return MHD result code */ diff --git a/src/bank-lib/fakebank_bank_post_withdrawals_id_op.h b/src/bank-lib/fakebank_bank_post_withdrawals_id_op.h @@ -36,7 +36,12 @@ * * @param h our fakebank handle * @param connection the connection + * @param account name of the account * @param withdrawal_id the withdrawal operation identifier + * @param op operation to be performed, includes leading "/" + * @param upload_data data uploaded + * @param[in,out] upload_data_size number of bytes in @a upload_data + * @param[in,out] con_cls application context that can be used * @return MHD result code */ MHD_RESULT