aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 07:41:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 07:41:21 +0000
commitad989721684818bee9a0a1f81d5fb085241959ab (patch)
treed3761d4e3af72e1d9c67565b682271a4801436d6 /src/include
parent2315ef124c25961fc88eadbf6b9d396de5d8f992 (diff)
downloadgnunet-ad989721684818bee9a0a1f81d5fb085241959ab.tar.gz
gnunet-ad989721684818bee9a0a1f81d5fb085241959ab.zip
-implementing revocation library
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_revocation_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_revocation_service.h b/src/include/gnunet_revocation_service.h
index 1df44b066..7758ec97e 100644
--- a/src/include/gnunet_revocation_service.h
+++ b/src/include/gnunet_revocation_service.h
@@ -54,7 +54,8 @@ struct GNUNET_REVOCATION_Query;
54 * 54 *
55 * @param cls closure 55 * @param cls closure
56 * @param is_valid #GNUNET_NO of the key is/was revoked, 56 * @param is_valid #GNUNET_NO of the key is/was revoked,
57 * #GNUNET_YES if the key is still valid 57 * #GNUNET_YES if the key is still valid,
58 * #GNUNET_SYSERR if we had trouble querying the service
58 * 59 *
59 */ 60 */
60typedef void (*GNUNET_REVOCATION_Callback) (void *cls, 61typedef void (*GNUNET_REVOCATION_Callback) (void *cls,