aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gnsrecord_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_gnsrecord_lib.h')
-rw-r--r--src/include/gnunet_gnsrecord_lib.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index 718365f95..110646563 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -19,9 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_gnsrecord_lib.h
23 * @brief API that can be used to manipulate GNS record data
24 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * API that can be used to manipulate GNS record data
26 *
27 * @defgroup gns-record GNS record library
28 * Manipulate GNS record data
29 * @{
25 */ 30 */
26#ifndef GNUNET_GNSRECORD_LIB_H 31#ifndef GNUNET_GNSRECORD_LIB_H
27#define GNUNET_GNSRECORD_LIB_H 32#define GNUNET_GNSRECORD_LIB_H
@@ -558,7 +563,7 @@ struct GNUNET_TIME_Absolute
558GNUNET_GNSRECORD_record_get_expiration_time (unsigned int rd_count, 563GNUNET_GNSRECORD_record_get_expiration_time (unsigned int rd_count,
559 const struct GNUNET_GNSRECORD_Data *rd); 564 const struct GNUNET_GNSRECORD_Data *rd);
560 565
561 566/** @} */ /* end of group */
562 567
563#if 0 /* keep Emacsens' auto-indent happy */ 568#if 0 /* keep Emacsens' auto-indent happy */
564{ 569{