From 96265412cd15bbf44447139dca2dff1f2f871cbb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 15 Aug 2022 13:48:13 +0200 Subject: (preliminary) work on kycaid plugin --- src/include/taler_exchangedb_plugin.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include/taler_exchangedb_plugin.h') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index f7886a418..602448f70 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -5675,6 +5675,7 @@ struct TALER_EXCHANGEDB_Plugin * @param provider_section * @param provider_legitimization_id legi to look up * @param[out] h_payto where to write the result + * @param[out] legi_row where to write the row of the entry * @return database transaction status */ enum GNUNET_DB_QueryStatus @@ -5682,7 +5683,8 @@ struct TALER_EXCHANGEDB_Plugin void *cls, const char *provider_section, const char *provider_legitimization_id, - struct TALER_PaytoHashP *h_payto); + struct TALER_PaytoHashP *h_payto, + uint64_t *legi_row); /** -- cgit v1.2.3