summaryrefslogtreecommitdiff
path: root/src/stasis/plugin_anastasis_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-14 16:03:02 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-14 16:03:02 +0200
commit6f0432ed839d1f5a7a1e880f492ce162073b680b (patch)
tree37aa1f4ee13925843e86ac7b5e4285b210d722b9 /src/stasis/plugin_anastasis_postgres.c
parentf4a4a0806bf361ccbd2d0f9bbdc34187cccba6c6 (diff)
downloadanastasis-6f0432ed839d1f5a7a1e880f492ce162073b680b.tar.gz
anastasis-6f0432ed839d1f5a7a1e880f492ce162073b680b.tar.bz2
anastasis-6f0432ed839d1f5a7a1e880f492ce162073b680b.zip
-first rough sketch for IBAN authorization plugin"
Diffstat (limited to 'src/stasis/plugin_anastasis_postgres.c')
-rw-r--r--src/stasis/plugin_anastasis_postgres.c4
1 files changed, 2 insertions, 2 deletions
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,