diff options
Diffstat (limited to 'src/stasis/plugin_anastasis_postgres.c')
-rw-r--r-- | src/stasis/plugin_anastasis_postgres.c | 4 |
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 ( | |||
1688 | * @param code code which is now satisfied | 1688 | * @param code code which is now satisfied |
1689 | * @return transaction status | 1689 | * @return transaction status |
1690 | */ | 1690 | */ |
1691 | static enum ANASTASIS_DB_CodeStatus | 1691 | static enum GNUNET_DB_QueryStatus |
1692 | postgres_mark_challenge_code_satisfied ( | 1692 | postgres_mark_challenge_code_satisfied ( |
1693 | void *cls, | 1693 | void *cls, |
1694 | const struct ANASTASIS_CRYPTO_TruthUUIDP *truth_uuid, | 1694 | const struct ANASTASIS_CRYPTO_TruthUUIDP *truth_uuid, |
@@ -1720,7 +1720,7 @@ postgres_mark_challenge_code_satisfied ( | |||
1720 | * #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if the challenge code is not satisfied or expired | 1720 | * #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if the challenge code is not satisfied or expired |
1721 | * #GNUNET_DB_STATUS_SUCCESS_ONE_RESULT if the challenge code has been marked as satisfied | 1721 | * #GNUNET_DB_STATUS_SUCCESS_ONE_RESULT if the challenge code has been marked as satisfied |
1722 | */ | 1722 | */ |
1723 | static enum ANASTASIS_DB_CodeStatus | 1723 | static enum GNUNET_DB_QueryStatus |
1724 | postgres_test_challenge_code_satisfied ( | 1724 | postgres_test_challenge_code_satisfied ( |
1725 | void *cls, | 1725 | void *cls, |
1726 | const struct ANASTASIS_CRYPTO_TruthUUIDP *truth_uuid, | 1726 | const struct ANASTASIS_CRYPTO_TruthUUIDP *truth_uuid, |