diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-08-01 18:09:06 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-08-01 18:09:06 +0200 |
commit | 0835669986f11dfdbcae5b069990286ae8784f21 (patch) | |
tree | c3bb68cb19a6a83e3582a004c4eb45614e5a4e6b /src/exchange/taler-exchange-httpd.h | |
parent | 9d2033872f7ed6dbeb5dfd84df2b4f4ad9983e39 (diff) |
-very basic skeleton for KYC API
Diffstat (limited to 'src/exchange/taler-exchange-httpd.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd.h b/src/exchange/taler-exchange-httpd.h index 278a05be..0fda5ed8 100644 --- a/src/exchange/taler-exchange-httpd.h +++ b/src/exchange/taler-exchange-httpd.h @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2014, 2015, 2020 Taler Systems SA + Copyright (C) 2014-2022 Taler Systems SA TALER is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software @@ -26,10 +26,15 @@ #include <microhttpd.h> #include "taler_json_lib.h" #include "taler_crypto_lib.h" +#include "taler_kyclogic_plugin.h" #include "taler_extensions.h" #include <gnunet/gnunet_mhd_compat.h> +/* ************* NOTE: OLD KYC logic,*********** + new logic is in taler-exchange-httpd_kyc.h! + ********************************************* */ + /** * Enumeration for our KYC modes. */ |