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.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/include/gnunet_revocation_service.h b/src/include/gnunet_revocation_service.h
index 919f62db9..d25e95404 100644
--- a/src/include/gnunet_revocation_service.h
+++ b/src/include/gnunet_revocation_service.h
@@ -22,10 +22,13 @@
22#define GNUNET_REVOCATION_SERVICE_H_ 22#define GNUNET_REVOCATION_SERVICE_H_
23 23
24/** 24/**
25 * @file include/gnunet_revocation_service.h
26 * @brief API to perform and access key revocations
27 * @author Christian Grothoff 25 * @author Christian Grothoff
28 * @defgroup revocation Key revocation service 26 *
27 * @file
28 * API to perform and access key revocations
29 *
30 * @defgroup revocation Revocation service
31 * Perform and access key revocations.
29 * @{ 32 * @{
30 */ 33 */
31 34
@@ -157,6 +160,6 @@ GNUNET_REVOCATION_sign_revocation (const struct GNUNET_CRYPTO_EcdsaPrivateKey *k
157} 160}
158#endif 161#endif
159 162
160/** @} */ /* end of group revocation */
161
162#endif /* GNUNET_REVOCATION_SERVICE_H_ */ 163#endif /* GNUNET_REVOCATION_SERVICE_H_ */
164
165/** @} */ /* end of group revocation */