From e89ea2e8b59e90d99082277d834a450280ef8b7f Mon Sep 17 00:00:00 2001 From: Willow Liquorice Date: Fri, 26 Aug 2022 20:38:36 +0100 Subject: -Second pass through CADET --- src/cadet/cadet_api.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/cadet/cadet_api.c') diff --git a/src/cadet/cadet_api.c b/src/cadet/cadet_api.c index c9f0722d5..00c3d2e48 100644 --- a/src/cadet/cadet_api.c +++ b/src/cadet/cadet_api.c @@ -798,12 +798,6 @@ GNUNET_CADET_disconnect (struct GNUNET_CADET_Handle *handle) } -/** - * Close a port opened with @a GNUNET_CADET_open_port(). - * The @a new_channel callback will no longer be called. - * - * @param p Port handle. - */ void GNUNET_CADET_close_port (struct GNUNET_CADET_Port *p) { @@ -853,15 +847,6 @@ GNUNET_CADET_channel_destroy (struct GNUNET_CADET_Channel *channel) } -/** - * Get information about a channel. - * - * @param channel Channel handle. - * @param option Query (GNUNET_CADET_OPTION_*). - * @param ... dependent on option, currently not used - * - * @return Union with an answer to the query. - */ const union GNUNET_CADET_ChannelInfo * GNUNET_CADET_channel_get_info (struct GNUNET_CADET_Channel *channel, enum GNUNET_CADET_ChannelInfoOption option, -- cgit v1.2.3