aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h21
1 files changed, 14 insertions, 7 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index 8b17c23b9..b1cb81240 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -19,12 +19,19 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_namestore_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 namestore Name Store 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_NAMESTORE_SERVICE_H 36#ifndef GNUNET_NAMESTORE_SERVICE_H
30#define GNUNET_NAMESTORE_SERVICE_H 37#define GNUNET_NAMESTORE_SERVICE_H
@@ -305,7 +312,6 @@ void
305GNUNET_NAMESTORE_zone_monitor_stop (struct GNUNET_NAMESTORE_ZoneMonitor *zm); 312GNUNET_NAMESTORE_zone_monitor_stop (struct GNUNET_NAMESTORE_ZoneMonitor *zm);
306 313
307 314
308
309#if 0 /* keep Emacsens' auto-indent happy */ 315#if 0 /* keep Emacsens' auto-indent happy */
310{ 316{
311#endif 317#endif
@@ -313,5 +319,6 @@ GNUNET_NAMESTORE_zone_monitor_stop (struct GNUNET_NAMESTORE_ZoneMonitor *zm);
313} 319}
314#endif 320#endif
315 321
316/* end of gnunet_namestore_service.h */
317#endif 322#endif
323
324/** @} */ /* end of group */