aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_channel.h')
-rw-r--r--src/cadet/gnunet-service-cadet_channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/gnunet-service-cadet_channel.h b/src/cadet/gnunet-service-cadet_channel.h
index a472669c5..c96958cf9 100644
--- a/src/cadet/gnunet-service-cadet_channel.h
+++ b/src/cadet/gnunet-service-cadet_channel.h
@@ -79,7 +79,7 @@ GCCH_get_id (const struct CadetChannel *ch);
79 * 79 *
80 * @return tunnel of the channel. 80 * @return tunnel of the channel.
81 */ 81 */
82struct CadetTunnel3 * 82struct CadetTunnel *
83GCCH_get_tunnel (const struct CadetChannel *ch); 83GCCH_get_tunnel (const struct CadetChannel *ch);
84 84
85/** 85/**
@@ -262,7 +262,7 @@ GCCH_handle_data_ack (struct CadetChannel *ch,
262 * @param msg Channel crate message. 262 * @param msg Channel crate message.
263 */ 263 */
264struct CadetChannel * 264struct CadetChannel *
265GCCH_handle_create (struct CadetTunnel3 *t, 265GCCH_handle_create (struct CadetTunnel *t,
266 const struct GNUNET_CADET_ChannelCreate *msg); 266 const struct GNUNET_CADET_ChannelCreate *msg);
267 267
268/** 268/**