aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/escrow_api.c
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-07-13 11:45:41 +0200
committerjospaeth <spaethj@in.tum.de>2020-07-13 11:45:41 +0200
commit33bb7ee2507c9b72f366eae9c6c2136c3c6badb5 (patch)
tree763e4b700d4a1eeb4fa59d757914a671ae1ce702 /src/escrow/escrow_api.c
parent97444379672ac580b2ee3f81f0b6fdbae9d0a3f2 (diff)
downloadgnunet-33bb7ee2507c9b72f366eae9c6c2136c3c6badb5.tar.gz
gnunet-33bb7ee2507c9b72f366eae9c6c2136c3c6badb5.zip
change return type of verification methods
Diffstat (limited to 'src/escrow/escrow_api.c')
-rw-r--r--src/escrow/escrow_api.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/escrow/escrow_api.c b/src/escrow/escrow_api.c
index 4e26c8aba..748ab2044 100644
--- a/src/escrow/escrow_api.c
+++ b/src/escrow/escrow_api.c
@@ -177,7 +177,9 @@ GNUNET_ESCROW_get (void *escrowAnchor,
177 * @param escrowAnchor the escrow anchor returned by the GNUNET_ESCROW_put method 177 * @param escrowAnchor the escrow anchor returned by the GNUNET_ESCROW_put method
178 * @param method the escrow method to use 178 * @param method the escrow method to use
179 * 179 *
180 * @return GNUNET_OK if the escrow could successfully by restored 180 * @return GNUNET_ESCROW_VALID if the escrow could successfully by restored,
181 * GNUNET_ESCROW_RENEW_NEEDED if the escrow needs to be renewed,
182 * GNUNET_ESCROW_INVALID otherwise
181 */ 183 */
182int 184int
183GNUNET_ESCROW_verify (const struct GNUNET_IDENTITY_Ego *ego, 185GNUNET_ESCROW_verify (const struct GNUNET_IDENTITY_Ego *ego,