diff options
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 |