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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index 110646563..6902c4156 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -24,7 +24,7 @@
24 * @file 24 * @file
25 * API that can be used to manipulate GNS record data 25 * API that can be used to manipulate GNS record data
26 * 26 *
27 * @defgroup gns-record GNS record library 27 * @defgroup gns-record GNS Record library
28 * Manipulate GNS record data 28 * Manipulate GNS record data
29 * @{ 29 * @{
30 */ 30 */
@@ -563,7 +563,6 @@ struct GNUNET_TIME_Absolute
563GNUNET_GNSRECORD_record_get_expiration_time (unsigned int rd_count, 563GNUNET_GNSRECORD_record_get_expiration_time (unsigned int rd_count,
564 const struct GNUNET_GNSRECORD_Data *rd); 564 const struct GNUNET_GNSRECORD_Data *rd);
565 565
566/** @} */ /* end of group */
567 566
568#if 0 /* keep Emacsens' auto-indent happy */ 567#if 0 /* keep Emacsens' auto-indent happy */
569{ 568{
@@ -573,3 +572,5 @@ GNUNET_GNSRECORD_record_get_expiration_time (unsigned int rd_count,
573#endif 572#endif
574 573
575#endif 574#endif
575
576/** @} */ /* end of group */