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, 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