aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_identity_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-15 10:07:03 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-15 10:07:03 +0000
commiteed7f472501226b6d6c4f32d3c88d14123f74236 (patch)
tree50051b7f67d59b83ae26fe905de1709fce3ceddb /src/include/gnunet_identity_service.h
parent5aade75659784566c4f8e3b554d98da3dfd09fd2 (diff)
downloadgnunet-eed7f472501226b6d6c4f32d3c88d14123f74236.tar.gz
gnunet-eed7f472501226b6d6c4f32d3c88d14123f74236.zip
-properly clean up on disconnect, without memory leaks
Diffstat (limited to 'src/include/gnunet_identity_service.h')
-rw-r--r--src/include/gnunet_identity_service.h3
1 files changed, 1 insertions, 2 deletions
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,
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
271 */ 270 */
272int 271void
273GNUNET_IDENTITY_cancel (struct GNUNET_IDENTITY_Operation *op); 272GNUNET_IDENTITY_cancel (struct GNUNET_IDENTITY_Operation *op);
274 273
275 274