diff options
Diffstat (limited to 'src/include/anastasis_database_plugin.h')
-rw-r--r-- | src/include/anastasis_database_plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/anastasis_database_plugin.h b/src/include/anastasis_database_plugin.h index 6b686e2..44f6b55 100644 --- a/src/include/anastasis_database_plugin.h +++ b/src/include/anastasis_database_plugin.h | |||
@@ -585,7 +585,7 @@ struct ANASTASIS_DatabasePlugin | |||
585 | * @param code code which is now satisfied | 585 | * @param code code which is now satisfied |
586 | * @return transaction status | 586 | * @return transaction status |
587 | */ | 587 | */ |
588 | enum ANASTASIS_DB_CodeStatus | 588 | enum GNUNET_DB_QueryStatus |
589 | (*mark_challenge_code_satisfied)( | 589 | (*mark_challenge_code_satisfied)( |
590 | void *cls, | 590 | void *cls, |
591 | const struct ANASTASIS_CRYPTO_TruthUUIDP *truth_uuid, | 591 | const struct ANASTASIS_CRYPTO_TruthUUIDP *truth_uuid, |
@@ -603,7 +603,7 @@ struct ANASTASIS_DatabasePlugin | |||
603 | * #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if the challenge code is not satisfied or expired | 603 | * #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if the challenge code is not satisfied or expired |
604 | * #GNUNET_DB_STATUS_SUCCESS_ONE_RESULT if the challenge code has been marked as satisfied | 604 | * #GNUNET_DB_STATUS_SUCCESS_ONE_RESULT if the challenge code has been marked as satisfied |
605 | */ | 605 | */ |
606 | enum ANASTASIS_DB_CodeStatus | 606 | enum GNUNET_DB_QueryStatus |
607 | (*test_challenge_code_satisfied)( | 607 | (*test_challenge_code_satisfied)( |
608 | void *cls, | 608 | void *cls, |
609 | const struct ANASTASIS_CRYPTO_TruthUUIDP *truth_uuid, | 609 | const struct ANASTASIS_CRYPTO_TruthUUIDP *truth_uuid, |