aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_identity_service.h
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-09-15 07:24:52 +0000
committerLRN <lrn1986@gmail.com>2013-09-15 07:24:52 +0000
commit5aade75659784566c4f8e3b554d98da3dfd09fd2 (patch)
tree765f4f292a05d55dc445bb171cc22b812517cb5d /src/include/gnunet_identity_service.h
parenta005768848df59c4535bf83f8452d3b0b54baace (diff)
downloadgnunet-5aade75659784566c4f8e3b554d98da3dfd09fd2.tar.gz
gnunet-5aade75659784566c4f8e3b554d98da3dfd09fd2.zip
Fix the endless loop fix - don't miss pre-last item
Diffstat (limited to 'src/include/gnunet_identity_service.h')
-rw-r--r--src/include/gnunet_identity_service.h3
1 files changed, 2 insertions, 1 deletions
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,
267 * the operation. 267 * the operation.
268 * 268 *
269 * @param op operation to cancel 269 * @param op operation to cancel
270 * @return GNUNET_YES if the continuation was cancelled
270 */ 271 */
271void 272int
272GNUNET_IDENTITY_cancel (struct GNUNET_IDENTITY_Operation *op); 273GNUNET_IDENTITY_cancel (struct GNUNET_IDENTITY_Operation *op);
273 274
274 275