From c002f458ce3d532b633d345427e713a81239e108 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 30 Dec 2022 14:24:48 +0100 Subject: -C skeletions --- src/exchangedb/pg_lookup_aml_officer.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/exchangedb/pg_lookup_aml_officer.c') 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; +} -- cgit v1.2.3