diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-02-05 20:28:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-02-05 20:28:33 +0100 |
commit | eac5c8b97e46a09359eb6065cb74ae28e0a48886 (patch) | |
tree | d340818fdcd6f1a32bc3af6dd597228282cb8bf7 /src/bank-lib | |
parent | 607f05fd72b88763cdf6044ac927caa082e352af (diff) |
doxygen fixes
Diffstat (limited to 'src/bank-lib')
-rw-r--r-- | src/bank-lib/fakebank_bank_post_withdrawals_id_op.c | 2 | ||||
-rw-r--r-- | src/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 index 90493b4bb..fe5cc982d 100644 --- 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 index 52e9e796a..a2d40e66f 100644 --- 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 |