summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_common_kyc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-19 13:11:26 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-19 13:11:26 +0200
commit2f7f82536d53cf015f46782c1a81280849fef935 (patch)
treeb7736dbcaccfda35c52a894c56447b61b31a3084 /src/exchange/taler-exchange-httpd_common_kyc.c
parent2afcc8c70202c10b71f98c9e4b9766ae08656459 (diff)
downloadexchange-2f7f82536d53cf015f46782c1a81280849fef935.tar.gz
exchange-2f7f82536d53cf015f46782c1a81280849fef935.tar.bz2
exchange-2f7f82536d53cf015f46782c1a81280849fef935.zip
work on reserve history API
Diffstat (limited to 'src/exchange/taler-exchange-httpd_common_kyc.c')
-rw-r--r--src/exchange/taler-exchange-httpd_common_kyc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_common_kyc.c b/src/exchange/taler-exchange-httpd_common_kyc.c
index dfd9b710d..5d4b4c111 100644
--- a/src/exchange/taler-exchange-httpd_common_kyc.c
+++ b/src/exchange/taler-exchange-httpd_common_kyc.c
@@ -23,6 +23,7 @@
#include "taler-exchange-httpd_common_kyc.h"
#include "taler_attributes.h"
#include "taler_error_codes.h"
+#include "taler_kyclogic_lib.h"
#include "taler_exchangedb_plugin.h"
#include <gnunet/gnunet_common.h>
@@ -167,7 +168,7 @@ kyc_aml_finished (void *cls,
&kyc_prox,
kat->provider_section,
num_checks,
- provided_checks,
+ (const char **) provided_checks,
birthday,
GNUNET_TIME_timestamp_get (),
kat->provider_user_id,