summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-05 20:28:33 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-05 20:28:33 +0100
commiteac5c8b97e46a09359eb6065cb74ae28e0a48886 (patch)
treed340818fdcd6f1a32bc3af6dd597228282cb8bf7 /src
parent607f05fd72b88763cdf6044ac927caa082e352af (diff)
downloadexchange-eac5c8b97e46a09359eb6065cb74ae28e0a48886.tar.gz
exchange-eac5c8b97e46a09359eb6065cb74ae28e0a48886.tar.bz2
exchange-eac5c8b97e46a09359eb6065cb74ae28e0a48886.zip
doxygen fixes
Diffstat (limited to 'src')
-rw-r--r--src/bank-lib/fakebank_bank_post_withdrawals_id_op.c2
-rw-r--r--src/bank-lib/fakebank_bank_post_withdrawals_id_op.h5
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