summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_kyc-check.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_kyc-check.h')
-rw-r--r--src/exchange/taler-exchange-httpd_kyc-check.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_kyc-check.h b/src/exchange/taler-exchange-httpd_kyc-check.h
index 8120a173b..f1f2c9e7d 100644
--- a/src/exchange/taler-exchange-httpd_kyc-check.h
+++ b/src/exchange/taler-exchange-httpd_kyc-check.h
@@ -29,8 +29,8 @@
* Handle a "/kyc-check" request. Checks the KYC
* status of the given account and returns it.
*
- * @param connection request to handle
- * @param args one argument with the payment_target_uuid
+ * @param rc details about the request to handle
+ * @param args one argument with the legitimization_uuid
* @return MHD result code
*/
MHD_RESULT
@@ -39,4 +39,11 @@ TEH_handler_kyc_check (
const char *const args[]);
+/**
+ * Clean up long-polling KYC requests during shutdown.
+ */
+void
+TEH_kyc_check_cleanup (void);
+
+
#endif