aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_revocation_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_revocation_service.h')
-rw-r--r--src/include/gnunet_revocation_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_revocation_service.h b/src/include/gnunet_revocation_service.h
index 7758ec97e..8809f9ece 100644
--- a/src/include/gnunet_revocation_service.h
+++ b/src/include/gnunet_revocation_service.h
@@ -53,7 +53,7 @@ struct GNUNET_REVOCATION_Query;
53 * Callback to call with the result of a key revocation query. 53 * Callback to call with the result of a key 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 * #GNUNET_SYSERR if we had trouble querying the service
59 * 59 *