aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nc_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_nc_lib.h')
-rw-r--r--src/include/gnunet_nc_lib.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/gnunet_nc_lib.h b/src/include/gnunet_nc_lib.h
index bd22fd6e2..8f4d9a16f 100644
--- a/src/include/gnunet_nc_lib.h
+++ b/src/include/gnunet_nc_lib.h
@@ -17,7 +17,17 @@
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19 */ 19 */
20
21
22#if !defined (__GNUNET_UTIL_LIB_H_INSIDE__)
23#error "Only <gnunet_util_lib.h> can be included directly."
24#endif
25
20/** 26/**
27 * @addtogroup libgnunetutil
28 * Multi-function utilities library for GNUnet programs
29 * @{
30 *
21 * @author Christian Grothoff 31 * @author Christian Grothoff
22 * 32 *
23 * @file 33 * @file
@@ -99,3 +109,7 @@ unsigned int
99GNUNET_notification_context_get_size (struct GNUNET_NotificationContext *nc); 109GNUNET_notification_context_get_size (struct GNUNET_NotificationContext *nc);
100 110
101#endif 111#endif
112
113/** @} */ /* end of group mq */
114
115/** @} */ /* end of group addition */