aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nt_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_nt_lib.h')
-rw-r--r--src/include/gnunet_nt_lib.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/include/gnunet_nt_lib.h b/src/include/gnunet_nt_lib.h
index 18419a7b8..014b4fbe0 100644
--- a/src/include/gnunet_nt_lib.h
+++ b/src/include/gnunet_nt_lib.h
@@ -17,12 +17,20 @@
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19 */ 19 */
20
21#if !defined (__GNUNET_UTIL_LIB_H_INSIDE__)
22#error "Only <gnunet_util_lib.h> can be included directly."
23#endif
24
20/** 25/**
26 * @addtogroup Backbone
27 * @{
28 *
21 * @file network type characterization 29 * @file network type characterization
22 * @author Christian Grothoff 30 * @author Christian Grothoff
23 * @author Matthias Wachs 31 * @author Matthias Wachs
24 * 32 *
25 * @defgroup nt network type characterization 33 * @defgroup nt Network type characterization
26 * 34 *
27 * @{ 35 * @{
28 */ 36 */
@@ -122,3 +130,5 @@ GNUNET_NT_scanner_done (struct GNUNET_NT_InterfaceScanner *is);
122#endif 130#endif
123 131
124/** @} */ /* end of group */ 132/** @} */ /* end of group */
133
134/** @} */ /* end of group addition to backbone */