From 6f0432ed839d1f5a7a1e880f492ce162073b680b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 14 Aug 2021 16:03:02 +0200 Subject: -first rough sketch for IBAN authorization plugin" --- src/stasis/plugin_anastasis_postgres.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/stasis/plugin_anastasis_postgres.c') diff --git a/src/stasis/plugin_anastasis_postgres.c b/src/stasis/plugin_anastasis_postgres.c index 001578d..25c4dd3 100644 --- a/src/stasis/plugin_anastasis_postgres.c +++ b/src/stasis/plugin_anastasis_postgres.c @@ -1688,7 +1688,7 @@ postgres_verify_challenge_code ( * @param code code which is now satisfied * @return transaction status */ -static enum ANASTASIS_DB_CodeStatus +static enum GNUNET_DB_QueryStatus postgres_mark_challenge_code_satisfied ( void *cls, const struct ANASTASIS_CRYPTO_TruthUUIDP *truth_uuid, @@ -1720,7 +1720,7 @@ postgres_mark_challenge_code_satisfied ( * #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if the challenge code is not satisfied or expired * #GNUNET_DB_STATUS_SUCCESS_ONE_RESULT if the challenge code has been marked as satisfied */ -static enum ANASTASIS_DB_CodeStatus +static enum GNUNET_DB_QueryStatus postgres_test_challenge_code_satisfied ( void *cls, const struct ANASTASIS_CRYPTO_TruthUUIDP *truth_uuid, -- cgit v1.2.3