aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_select_aml_process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_select_aml_process.c')
-rw-r--r--src/exchangedb/pg_select_aml_process.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/exchangedb/pg_select_aml_process.c b/src/exchangedb/pg_select_aml_process.c
index 985942df1..9b5dedb39 100644
--- a/src/exchangedb/pg_select_aml_process.c
+++ b/src/exchangedb/pg_select_aml_process.c
@@ -24,3 +24,17 @@
#include "taler_pq_lib.h"
#include "pg_select_aml_process.h"
#include "pg_helper.h"
+
+
+enum GNUNET_DB_QueryStatus
+TEH_PG_select_aml_process (
+ void *cls,
+ enum TALER_AmlDecisionState decision,
+ uint64_t row_off,
+ bool forward,
+ TALER_EXCHANGEDB_AmlStatusCallback cb,
+ void *cb_cls)
+{
+ GNUNET_break (0); // FIXME: not implemeted!
+ return GNUNET_DB_STATUS_HARD_ERROR;
+}