aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namecache_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_namecache_service.h')
-rw-r--r--src/include/gnunet_namecache_service.h20
1 files changed, 14 insertions, 6 deletions
diff --git a/src/include/gnunet_namecache_service.h b/src/include/gnunet_namecache_service.h
index b5209338a..da0e53859 100644
--- a/src/include/gnunet_namecache_service.h
+++ b/src/include/gnunet_namecache_service.h
@@ -19,12 +19,19 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_namecache_service.h
23 * @brief API that can be used to store naming information on a GNUnet node;
24 * Naming information can either be records for which this peer/user
25 * is authoritative, or blocks which are cached, encrypted naming
26 * data from other peers.
27 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * API that can be used to store naming information on a GNUnet node.
26 *
27 * @defgroup namecache Name Cache service
28 * Store naming information on a GNUnet node.
29 *
30 * Naming information can either be records for which this peer/user is
31 * authoritative, or blocks which are cached, encrypted naming data from other
32 * peers.
33 *
34 * @{
28 */ 35 */
29#ifndef GNUNET_NAMECACHE_SERVICE_H 36#ifndef GNUNET_NAMECACHE_SERVICE_H
30#define GNUNET_NAMECACHE_SERVICE_H 37#define GNUNET_NAMECACHE_SERVICE_H
@@ -159,5 +166,6 @@ GNUNET_NAMECACHE_cancel (struct GNUNET_NAMECACHE_QueueEntry *qe);
159} 166}
160#endif 167#endif
161 168
162/* end of gnunet_namecache_service.h */
163#endif 169#endif
170
171/** @} */ /* end of group */