aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_seti_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_seti_service.h')
-rw-r--r--src/include/gnunet_seti_service.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_seti_service.h b/src/include/gnunet_seti_service.h
index 5cf35e0cd..9125ae825 100644
--- a/src/include/gnunet_seti_service.h
+++ b/src/include/gnunet_seti_service.h
@@ -18,6 +18,9 @@
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19 */ 19 */
20/** 20/**
21 * @addtogroup Sets
22 * @{
23 *
21 * @author Florian Dold 24 * @author Florian Dold
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
@@ -41,6 +44,7 @@ extern "C"
41#endif 44#endif
42#endif 45#endif
43 46
47
44#include "gnunet_common.h" 48#include "gnunet_common.h"
45#include "gnunet_time_lib.h" 49#include "gnunet_time_lib.h"
46#include "gnunet_configuration_lib.h" 50#include "gnunet_configuration_lib.h"
@@ -367,3 +371,5 @@ GNUNET_SETI_element_hash (const struct GNUNET_SETI_Element *element,
367#endif 371#endif
368 372
369/** @} */ /* end of group */ 373/** @} */ /* end of group */
374
375/** @} */ /* end of group addition */