aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_cadet_service.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2015-01-28 14:15:54 +0000
committerBart Polot <bart@net.in.tum.de>2015-01-28 14:15:54 +0000
commit4a1afd2d1113d9d34c706cdb15a5e3d1a10815c9 (patch)
treed7927d694b68f158085594b34f4338f37e7ab3c0 /src/include/gnunet_cadet_service.h
parentb15a7ac99b5ca7ba24797c27af6ba72e5c981d2a (diff)
downloadgnunet-4a1afd2d1113d9d34c706cdb15a5e3d1a10815c9.tar.gz
gnunet-4a1afd2d1113d9d34c706cdb15a5e3d1a10815c9.zip
Documentation update - fix contradiction
Diffstat (limited to 'src/include/gnunet_cadet_service.h')
-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