summaryrefslogtreecommitdiff
path: root/src/include/anastasis.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-13 15:51:22 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-13 15:51:26 +0200
commit71c08423cf2aea30c4a4d06fa8f69ebb286fb050 (patch)
treeee106c7577ae059d292c9deef0c61aca155ce63e /src/include/anastasis.h
parentb37e1bfd281140cd460c1cc300e9467c7f9adf44 (diff)
downloadanastasis-71c08423cf2aea30c4a4d06fa8f69ebb286fb050.tar.gz
anastasis-71c08423cf2aea30c4a4d06fa8f69ebb286fb050.tar.bz2
anastasis-71c08423cf2aea30c4a4d06fa8f69ebb286fb050.zip
-more logging
Diffstat (limited to 'src/include/anastasis.h')
-rw-r--r--src/include/anastasis.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/anastasis.h b/src/include/anastasis.h
index a950172..b13d44c 100644
--- a/src/include/anastasis.h
+++ b/src/include/anastasis.h
@@ -291,7 +291,7 @@ typedef void
* @param af_cls closure for @a af
* @return #GNUNET_OK if the challenge was successfully started
*/
-int
+enum GNUNET_GenericReturnValue
ANASTASIS_challenge_start (struct ANASTASIS_Challenge *c,
const struct ANASTASIS_PaymentSecretP *psp,
struct GNUNET_TIME_Relative timeout,
@@ -314,7 +314,7 @@ ANASTASIS_challenge_start (struct ANASTASIS_Challenge *c,
* @param af_cls closure for @a af
* @return #GNUNET_OK on success
*/
-int
+enum GNUNET_GenericReturnValue
ANASTASIS_challenge_answer (struct ANASTASIS_Challenge *c,
const struct ANASTASIS_PaymentSecretP *psp,
struct GNUNET_TIME_Relative timeout,
@@ -337,7 +337,7 @@ ANASTASIS_challenge_answer (struct ANASTASIS_Challenge *c,
* @param af_cls closure for @a af
* @return #GNUNET_OK on success
*/
-int
+enum GNUNET_GenericReturnValue
ANASTASIS_challenge_answer2 (struct ANASTASIS_Challenge *c,
const struct ANASTASIS_PaymentSecretP *psp,
struct GNUNET_TIME_Relative timeout,