From eed7f472501226b6d6c4f32d3c88d14123f74236 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Sep 2013 10:07:03 +0000 Subject: -properly clean up on disconnect, without memory leaks --- src/include/gnunet_identity_service.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 3b6ff0e50..6c572e737 100644 --- a/src/include/gnunet_identity_service.h +++ b/src/include/gnunet_identity_service.h @@ -267,9 +267,8 @@ GNUNET_IDENTITY_delete (struct GNUNET_IDENTITY_Handle *id, * the operation. * * @param op operation to cancel - * @return GNUNET_YES if the continuation was cancelled */ -int +void GNUNET_IDENTITY_cancel (struct GNUNET_IDENTITY_Operation *op); -- cgit v1.2.3