aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_cadet_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_cadet_service.h b/src/include/gnunet_cadet_service.h
index 015a59ebf..7f370c6ab 100644
--- a/src/include/gnunet_cadet_service.h
+++ b/src/include/gnunet_cadet_service.h
@@ -201,9 +201,9 @@ typedef void
201 * @param new_channel Function called when an *incoming* channel is created. 201 * @param new_channel Function called when an *incoming* channel is created.
202 * Can be NULL if no inbound channels are desired. 202 * Can be NULL if no inbound channels are desired.
203 * See @a ports. 203 * See @a ports.
204 * @param cleaner Function called when a channel is destroyed by the remote peer. 204 * @param cleaner Function called when a channel is destroyed.
205 * It is NOT called if #GNUNET_CADET_channel_destroy is called on 205 * It is called immediately if #GNUNET_CADET_channel_destroy
206 * the channel. 206 * is called on the channel.
207 * @param handlers Callbacks for messages we care about, NULL-terminated. Each 207 * @param handlers Callbacks for messages we care about, NULL-terminated. Each
208 * one must call #GNUNET_CADET_receive_done on the channel to 208 * one must call #GNUNET_CADET_receive_done on the channel to
209 * receive the next message. Messages of a type that is not 209 * receive the next message. Messages of a type that is not