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_update_kyc_attributes.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/exchangedb/pg_update_kyc_attributes.c') diff --git a/src/exchangedb/pg_update_kyc_attributes.c b/src/exchangedb/pg_update_kyc_attributes.c index 1501476e..8f0c6fd3 100644 --- a/src/exchangedb/pg_update_kyc_attributes.c +++ b/src/exchangedb/pg_update_kyc_attributes.c @@ -24,3 +24,20 @@ #include "taler_pq_lib.h" #include "pg_update_kyc_attributes.h" #include "pg_helper.h" + + +enum GNUNET_DB_QueryStatus +TEH_PG_update_kyc_attributes ( + void *cls, + const struct TALER_PaytoHashP *h_payto, + const struct GNUNET_ShortHashCode *kyc_prox, + const char *provider_section, + const char *birthdate, + struct GNUNET_TIME_Timestamp collection_time, + struct GNUNET_TIME_Timestamp expiration_time, + size_t enc_attributes_size, + const void *enc_attributes) +{ + GNUNET_break (0); // FIXME: not implemeted! + return GNUNET_DB_STATUS_HARD_ERROR; +} -- cgit v1.2.3