aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psycstore_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_psycstore_service.h')
-rw-r--r--src/include/gnunet_psycstore_service.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/include/gnunet_psycstore_service.h b/src/include/gnunet_psycstore_service.h
index 615481b91..aac2955cf 100644
--- a/src/include/gnunet_psycstore_service.h
+++ b/src/include/gnunet_psycstore_service.h
@@ -19,10 +19,15 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_psycstore_service.h
23 * @brief PSYCstore service; implements persistent storage for the PSYC service
24 * @author Gabor X Toth 22 * @author Gabor X Toth
25 * @author Christian Grothoff 23 * @author Christian Grothoff
24 *
25 * @file
26 * PSYCstore service; implements persistent storage for the PSYC service
27 *
28 * @defgroup psycstore PSYC Store service
29 * Persistent storage for the PSYC service.
30 * @{
26 */ 31 */
27#ifndef GNUNET_PSYCSTORE_SERVICE_H 32#ifndef GNUNET_PSYCSTORE_SERVICE_H
28#define GNUNET_PSYCSTORE_SERVICE_H 33#define GNUNET_PSYCSTORE_SERVICE_H
@@ -692,4 +697,5 @@ GNUNET_PSYCSTORE_operation_cancel (struct GNUNET_PSYCSTORE_OperationHandle *op);
692 697
693/* ifndef GNUNET_PSYCSTORE_SERVICE_H */ 698/* ifndef GNUNET_PSYCSTORE_SERVICE_H */
694#endif 699#endif
695/* end of gnunet_psycstore_service.h */ 700
701/** @} */ /* end of group */