From b7000379ed2c7ca31aeb4561a0ffc1c4bf9405c7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 30 Dec 2022 13:45:36 +0100 Subject: -add prototypes --- src/exchangedb/pg_select_aml_history.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/exchangedb/pg_select_aml_history.h') diff --git a/src/exchangedb/pg_select_aml_history.h b/src/exchangedb/pg_select_aml_history.h index db117bb0a..78569947f 100644 --- a/src/exchangedb/pg_select_aml_history.h +++ b/src/exchangedb/pg_select_aml_history.h @@ -26,4 +26,21 @@ #include "taler_exchangedb_plugin.h" +/** + * Lookup AML decision history for a particular account. + * + * @param cls closure + * @param h_payto which account should we return the AML decision history for + * @param cb callback to invoke on each match + * @param cb_cls closure for @a cb + * @return database transaction status + */ +enum GNUNET_DB_QueryStatus +TEH_PG_select_aml_history ( + void *cls, + const struct TALER_PaytoHashP *h_payto, + TALER_EXCHANGEDB_AmlHistoryCallback cb, + void *cb_cls); + + #endif -- cgit v1.2.3