summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_kyc-proof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_kyc-proof.h')
-rw-r--r--src/exchange/taler-exchange-httpd_kyc-proof.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-httpd_kyc-proof.h b/src/exchange/taler-exchange-httpd_kyc-proof.h
index 1958a0043..9cf1963c7 100644
--- a/src/exchange/taler-exchange-httpd_kyc-proof.h
+++ b/src/exchange/taler-exchange-httpd_kyc-proof.h
@@ -28,13 +28,14 @@
/**
* Handle a "/kyc-proof" request.
*
- * @param connection request to handle
+ * @param rc request to handle
+ * @param args one argument with the payment_target_uuid
* @return MHD result code
- */
+ */
MHD_RESULT
TEH_handler_kyc_proof (
- struct MHD_Connection *connection,
- ...);
+ struct TEH_RequestContext *rc,
+ const char *const args[]);
#endif