From adb93355282653438c9850948146cd5171d92aaf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 17 Oct 2021 19:02:26 +0200 Subject: integrate /kyc-* handlers with dispatching logic --- src/exchange/taler-exchange-httpd_kyc-check.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_kyc-check.h') diff --git a/src/exchange/taler-exchange-httpd_kyc-check.h b/src/exchange/taler-exchange-httpd_kyc-check.h index 12f24488b..8120a173b 100644 --- a/src/exchange/taler-exchange-httpd_kyc-check.h +++ b/src/exchange/taler-exchange-httpd_kyc-check.h @@ -30,13 +30,13 @@ * status of the given account and returns it. * * @param connection request to handle - * @param payment_target_uuid which account are we to check + * @param args one argument with the payment_target_uuid * @return MHD result code - */ + */ MHD_RESULT TEH_handler_kyc_check ( - struct MHD_Connection *connection, - uint64_t payment_target_uuid); + struct TEH_RequestContext *rc, + const char *const args[]); #endif -- cgit v1.2.3