aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_cadet_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_cadet_service.h')
-rw-r--r--src/include/gnunet_cadet_service.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/gnunet_cadet_service.h b/src/include/gnunet_cadet_service.h
index f08c1572a..ab53d2bd8 100644
--- a/src/include/gnunet_cadet_service.h
+++ b/src/include/gnunet_cadet_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 Backbone
22 * @{
23 *
21 * @author Christian Grothoff 24 * @author Christian Grothoff
22 * @author Bart Polot 25 * @author Bart Polot
23 * 26 *
@@ -42,8 +45,8 @@ extern "C" {
42#endif 45#endif
43#endif 46#endif
44 47
48
45#include "gnunet_util_lib.h" 49#include "gnunet_util_lib.h"
46#include "gnunet_transport_service.h"
47 50
48/** 51/**
49 * Version number of GNUnet-cadet API. 52 * Version number of GNUnet-cadet API.
@@ -309,7 +312,9 @@ union GNUNET_CADET_ChannelInfo
309 * Get information about a channel. 312 * Get information about a channel.
310 * 313 *
311 * @param channel Channel handle. 314 * @param channel Channel handle.
315 * @param option Query (GNUNET_CADET_OPTION_*)
312 * @param ... dependent on option, currently not used 316 * @param ... dependent on option, currently not used
317 *
313 * @return Union with an answer to the query. 318 * @return Union with an answer to the query.
314 */ 319 */
315const union GNUNET_CADET_ChannelInfo * 320const union GNUNET_CADET_ChannelInfo *
@@ -627,4 +632,6 @@ GNUNET_CADET_list_tunnels_cancel (struct GNUNET_CADET_ListTunnels *lt);
627 632
628/** @} */ /* end of group */ 633/** @} */ /* end of group */
629 634
635/** @} */ /* end of group addition */
636
630/* end of gnunet_cadet_service.h */ 637/* end of gnunet_cadet_service.h */