From 2c4bd1e1d0094b93588a5c35205d54e9eac60f03 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 19 Aug 2022 09:31:51 +0200 Subject: add user type to kyc-check --- src/include/taler_exchange_service.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/taler_exchange_service.h') diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index a3e0fffce..dac20d064 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -25,6 +25,7 @@ #include #include "taler_util.h" #include "taler_error_codes.h" +#include "taler_kyclogic_lib.h" #include @@ -3425,6 +3426,7 @@ typedef void * @param eh exchange handle to use * @param legitimization_uuid number identifying the legitimization process * @param h_payto hash of the payto:// URI at @a payment_target + * @param ut type of the entity performing the KYC check * @param timeout how long to wait for a positive KYC status * @param cb function to call with the result * @param cb_cls closure for @a cb @@ -3434,6 +3436,7 @@ struct TALER_EXCHANGE_KycCheckHandle * TALER_EXCHANGE_kyc_check (struct TALER_EXCHANGE_Handle *eh, uint64_t legitimization_uuid, const struct TALER_PaytoHashP *h_payto, + enum TALER_KYCLOGIC_KycUserType ut, struct GNUNET_TIME_Relative timeout, TALER_EXCHANGE_KycStatusCallback cb, void *cb_cls); -- cgit v1.2.3