aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_identity_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-14 18:57:40 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-14 18:57:40 +0000
commit819edccd0695ef75a21bd64a012606b5723fc18f (patch)
treee12c9ccab7fe6592bc77a29564685b2f6648b82c /src/include/gnunet_identity_service.h
parent7ca018f77ba7fc571d76478ec382e7b66204d0a5 (diff)
downloadgnunet-819edccd0695ef75a21bd64a012606b5723fc18f.tar.gz
gnunet-819edccd0695ef75a21bd64a012606b5723fc18f.zip
-identity IPC definitions: message types
Diffstat (limited to 'src/include/gnunet_identity_service.h')
-rw-r--r--src/include/gnunet_identity_service.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index f34f7adf2..2ad40791d 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -233,7 +233,10 @@ GNUNET_IDENTITY_delete (struct GNUNET_IDENTITY_Handle *id,
233 233
234 234
235/** 235/**
236 * Cancel an identity operation. 236 * Cancel an identity operation. Note that the operation MAY still
237 * be executed; this merely cancels the continuation; if the request
238 * was already transmitted, the service may still choose to complete
239 * the operation.
237 * 240 *
238 * @param op operation to cancel 241 * @param op operation to cancel
239 */ 242 */