summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-14 19:23:40 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-14 19:23:40 +0200
commita8ec6818bb236e883da753ab7290a22c9f773fae (patch)
treef33f46106b5896050f1765fb4f5bac7f6125fc99 /src
parent522051ee9ff714b6c8b835935eafd5a776dc48c1 (diff)
downloadexchange-a8ec6818bb236e883da753ab7290a22c9f773fae.tar.gz
exchange-a8ec6818bb236e883da753ab7290a22c9f773fae.tar.bz2
exchange-a8ec6818bb236e883da753ab7290a22c9f773fae.zip
-doxygen
Diffstat (limited to 'src')
-rw-r--r--src/bank-lib/fakebank.c1
-rw-r--r--src/exchange/taler-exchange-httpd_responses.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index 09111ea87..a626cc852 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -2569,7 +2569,6 @@ get_withdrawal_operation (struct TALER_FAKEBANK_Handle *h,
* @param wopid the withdrawal operation identifier
* @param reserve_pub public key of the reserve
* @param exchange_url URL of the exchange
- * @param con_cls closure for request
* @return MHD result code
*/
static MHD_RESULT
diff --git a/src/exchange/taler-exchange-httpd_responses.h b/src/exchange/taler-exchange-httpd_responses.h
index 9243960d8..9df5646cd 100644
--- a/src/exchange/taler-exchange-httpd_responses.h
+++ b/src/exchange/taler-exchange-httpd_responses.h
@@ -79,7 +79,7 @@ TEH_RESPONSE_reply_reserve_insufficient_balance (
* satisfied to proceed to client.
*
* @param connection connection to the client
- * @param pcc details about the request that succeeded
+ * @param kyc details about the KYC requirements
* @return MHD result code
*/
MHD_RESULT