aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_identity_service.h
diff options
context:
space:
mode:
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