aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_cadet_service.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/gnunet_cadet_service.h b/src/include/gnunet_cadet_service.h
index 1434180f4..1b3aac7c9 100644
--- a/src/include/gnunet_cadet_service.h
+++ b/src/include/gnunet_cadet_service.h
@@ -702,9 +702,6 @@ GC_u2h (uint32_t port);
702 * @param cls Closure from #GNUNET_CADET_open_porT. 702 * @param cls Closure from #GNUNET_CADET_open_porT.
703 * @param channel New handle to the channel. 703 * @param channel New handle to the channel.
704 * @param source Peer that started this channel. 704 * @param source Peer that started this channel.
705 * FIXME: Add port that this channel is created for, or is cls enough?
706 * Port cannot be closed yet, #handle_channel_create would have
707 * rejected it.
708 * @return Closure for the incoming @a channel. It's given to: 705 * @return Closure for the incoming @a channel. It's given to:
709 * - The #GNUNET_CADET_DisconnectEventHandler (given to 706 * - The #GNUNET_CADET_DisconnectEventHandler (given to
710 * #GNUNET_CADET_open_porT) when the channel dies. 707 * #GNUNET_CADET_open_porT) when the channel dies.