aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_select_aml_threshold.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_select_aml_threshold.h')
-rw-r--r--src/exchangedb/pg_select_aml_threshold.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/pg_select_aml_threshold.h b/src/exchangedb/pg_select_aml_threshold.h
index 618eb1c75..8f0e3bcfc 100644
--- a/src/exchangedb/pg_select_aml_threshold.h
+++ b/src/exchangedb/pg_select_aml_threshold.h
@@ -32,6 +32,7 @@
* @param cls closure
* @param h_payto account for which the AML threshold is stored
* @param[out] decision set to current AML decision
+ * @param[out] kyc set to KYC requirements imposed by AML, if any
* @param[out] threshold set to the existing threshold
* @return database transaction status, 0 if no threshold was set
*/
@@ -40,6 +41,7 @@ TEH_PG_select_aml_threshold (
void *cls,
const struct TALER_PaytoHashP *h_payto,
enum TALER_AmlDecisionState *decision,
+ struct TALER_EXCHANGEDB_KycStatus *kyc,
struct TALER_Amount *threshold);