diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-11-15 20:00:45 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-11-15 20:00:45 +0100 |
commit | e5ead880579cbac93353b72e96221c84206a7403 (patch) | |
tree | 0f40cdc235a9e75f137fe3ac927f43f263b02826 /src/include/taler_exchangedb_plugin.h | |
parent | 0325a79631d1abba7fdf414748a34c0e8bca55c3 (diff) |
complete oauth logic (in theory)
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 420e1e1e0..bf8a099f7 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -2376,13 +2376,13 @@ struct TALER_EXCHANGEDB_Plugin * * @param cls the @e cls of this struct with the plugin-specific state * @param payment_target_uuid which account has been checked - * @param ... possibly additional data to persist (TODO) + * @param id ID data to persist * @return transaction status */ enum GNUNET_DB_QueryStatus (*set_kyc_ok)(void *cls, uint64_t payment_target_uuid, - ...); + const char *id); /** |