aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_tunnel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_tunnel.h')
-rw-r--r--src/cadet/gnunet-service-cadet_tunnel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/gnunet-service-cadet_tunnel.h b/src/cadet/gnunet-service-cadet_tunnel.h
index e3ca57e9c..2d9a2b528 100644
--- a/src/cadet/gnunet-service-cadet_tunnel.h
+++ b/src/cadet/gnunet-service-cadet_tunnel.h
@@ -291,7 +291,7 @@ GCT_remove_channel (struct CadetTunnel *t, struct CadetChannel *ch);
291 * @return channel handler, NULL if doesn't exist 291 * @return channel handler, NULL if doesn't exist
292 */ 292 */
293struct CadetChannel * 293struct CadetChannel *
294GCT_get_channel (struct CadetTunnel *t, CADET_ChannelNumber chid); 294GCT_get_channel (struct CadetTunnel *t, struct GNUNET_CADET_ChannelNumber chid);
295 295
296 296
297/** 297/**
@@ -427,7 +427,7 @@ GCT_get_destination (struct CadetTunnel *t);
427 * 427 *
428 * @return ID of a channel free to use. 428 * @return ID of a channel free to use.
429 */ 429 */
430CADET_ChannelNumber 430struct GNUNET_CADET_ChannelNumber
431GCT_get_next_chid (struct CadetTunnel *t); 431GCT_get_next_chid (struct CadetTunnel *t);
432 432
433 433