aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_lookup_aml_officer.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-30 14:24:48 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-30 14:24:48 +0100
commitc002f458ce3d532b633d345427e713a81239e108 (patch)
tree1f6df663e4af5f9bbe46a94cdaeb19c85f9c049c /src/exchangedb/pg_lookup_aml_officer.c
parentb7000379ed2c7ca31aeb4561a0ffc1c4bf9405c7 (diff)
downloadexchange-c002f458ce3d532b633d345427e713a81239e108.tar.xz
-C skeletions
Diffstat (limited to 'src/exchangedb/pg_lookup_aml_officer.c')
-rw-r--r--src/exchangedb/pg_lookup_aml_officer.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/exchangedb/pg_lookup_aml_officer.c b/src/exchangedb/pg_lookup_aml_officer.c
index 7304b0372..245a870e8 100644
--- a/src/exchangedb/pg_lookup_aml_officer.c
+++ b/src/exchangedb/pg_lookup_aml_officer.c
@@ -24,3 +24,17 @@
#include "taler_pq_lib.h"
#include "pg_lookup_aml_officer.h"
#include "pg_helper.h"
+
+enum GNUNET_DB_QueryStatus
+TEH_PG_lookup_aml_officer (
+ void *cls,
+ const struct TALER_AmlOfficerPublicKeyP *decider_pub,
+ struct TALER_MasterSignatureP *master_sig,
+ char **decider_name,
+ bool *is_active,
+ bool *read_only,
+ struct GNUNET_TIME_Absolute *last_change)
+{
+ GNUNET_break (0); // FIXME: not implemeted!
+ return GNUNET_DB_STATUS_HARD_ERROR;
+}