aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_select_similar_kyc_attributes.h
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_select_similar_kyc_attributes.h
parentb7000379ed2c7ca31aeb4561a0ffc1c4bf9405c7 (diff)
downloadexchange-c002f458ce3d532b633d345427e713a81239e108.tar.gz
exchange-c002f458ce3d532b633d345427e713a81239e108.tar.bz2
exchange-c002f458ce3d532b633d345427e713a81239e108.zip
-C skeletions
Diffstat (limited to 'src/exchangedb/pg_select_similar_kyc_attributes.h')
-rw-r--r--src/exchangedb/pg_select_similar_kyc_attributes.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchangedb/pg_select_similar_kyc_attributes.h b/src/exchangedb/pg_select_similar_kyc_attributes.h
index b32433711..caa311da5 100644
--- a/src/exchangedb/pg_select_similar_kyc_attributes.h
+++ b/src/exchangedb/pg_select_similar_kyc_attributes.h
@@ -27,20 +27,20 @@
/**
- * Lookup KYC attribute data for a specific account.
+ * Lookup similar KYC attribute data.
*
* @param cls closure
* @param h_payto account for which the attribute data is stored
+ * @param kyc_prox key for similarity search
* @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_kyc_attributes (
+TEH_PG_select_similar_kyc_attributes (
void *cls,
- const struct TALER_PaytoHashP *h_payto,
+ const struct GNUNET_ShortHashCode *kyc_prox,
TALER_EXCHANGEDB_AttributeCallback cb,
void *cb_cls);
-
#endif