aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_core_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_transport_core_service.h')
-rw-r--r--src/include/gnunet_transport_core_service.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/gnunet_transport_core_service.h b/src/include/gnunet_transport_core_service.h
index 314eb342f..f7907a12d 100644
--- a/src/include/gnunet_transport_core_service.h
+++ b/src/include/gnunet_transport_core_service.h
@@ -18,12 +18,15 @@
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19 */ 19 */
20/** 20/**
21 * @addtogroup Backbone
22 * @{
23 *
21 * @author Christian Grothoff 24 * @author Christian Grothoff
22 * 25 *
23 * @file 26 * @file
24 * API of the transport service towards the CORE service (TNG version) 27 * API of the transport service towards the CORE service (TNG version)
25 * 28 *
26 * @defgroup transport TRANSPORT service 29 * @defgroup TNG Transport Next Generation service
27 * Communication with other peers 30 * Communication with other peers
28 * 31 *
29 * @see [Documentation](https://gnunet.org/transport-service) 32 * @see [Documentation](https://gnunet.org/transport-service)
@@ -40,6 +43,7 @@ extern "C" {
40#endif 43#endif
41#endif 44#endif
42 45
46
43#include "gnunet_util_lib.h" 47#include "gnunet_util_lib.h"
44 48
45/** 49/**
@@ -174,4 +178,6 @@ GNUNET_TRANSPORT_core_get_mq (struct GNUNET_TRANSPORT_CoreHandle *handle,
174 178
175/** @} */ /* end of group */ 179/** @} */ /* end of group */
176 180
181/** @} */ /* end of group addition */
182
177/* end of gnunet_transport_core_service.h */ 183/* end of gnunet_transport_core_service.h */