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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cadet/gnunet-service-cadet_channel.h b/src/cadet/gnunet-service-cadet_channel.h
index 1eeebf34b..855d85b6c 100644
--- a/src/cadet/gnunet-service-cadet_channel.h
+++ b/src/cadet/gnunet-service-cadet_channel.h
@@ -72,6 +72,7 @@ GCCH_destroy (struct CadetChannel *ch);
72struct GNUNET_CADET_ChannelTunnelNumber 72struct GNUNET_CADET_ChannelTunnelNumber
73GCCH_get_id (const struct CadetChannel *ch); 73GCCH_get_id (const struct CadetChannel *ch);
74 74
75
75/** 76/**
76 * Get the channel tunnel. 77 * Get the channel tunnel.
77 * 78 *
@@ -82,6 +83,7 @@ GCCH_get_id (const struct CadetChannel *ch);
82struct CadetTunnel * 83struct CadetTunnel *
83GCCH_get_tunnel (const struct CadetChannel *ch); 84GCCH_get_tunnel (const struct CadetChannel *ch);
84 85
86
85/** 87/**
86 * Get free buffer space towards the client on a specific channel. 88 * Get free buffer space towards the client on a specific channel.
87 * 89 *