From 5aade75659784566c4f8e3b554d98da3dfd09fd2 Mon Sep 17 00:00:00 2001 From: LRN Date: Sun, 15 Sep 2013 07:24:52 +0000 Subject: Fix the endless loop fix - don't miss pre-last item --- src/include/gnunet_identity_service.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/gnunet_identity_service.h') diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h index 6c572e737..3b6ff0e50 100644 --- a/src/include/gnunet_identity_service.h +++ b/src/include/gnunet_identity_service.h @@ -267,8 +267,9 @@ GNUNET_IDENTITY_delete (struct GNUNET_IDENTITY_Handle *id, * the operation. * * @param op operation to cancel + * @return GNUNET_YES if the continuation was cancelled */ -void +int GNUNET_IDENTITY_cancel (struct GNUNET_IDENTITY_Operation *op); -- cgit v1.2.3