aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_channel.h')
-rw-r--r--src/mesh/gnunet-service-mesh_channel.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesh/gnunet-service-mesh_channel.h b/src/mesh/gnunet-service-mesh_channel.h
index d48feb8a6..9d1b196b9 100644
--- a/src/mesh/gnunet-service-mesh_channel.h
+++ b/src/mesh/gnunet-service-mesh_channel.h
@@ -147,14 +147,6 @@ void
147GMCH_send_create (struct MeshChannel *ch); 147GMCH_send_create (struct MeshChannel *ch);
148 148
149/** 149/**
150 * Notify a client that the channel is no longer valid.
151 *
152 * @param ch Channel that is destroyed.
153 */
154void
155GMCH_send_destroy (struct MeshChannel *ch);
156
157/**
158 * Allow a client to send us more data, in case it was choked. 150 * Allow a client to send us more data, in case it was choked.
159 * 151 *
160 * @param ch Channel. 152 * @param ch Channel.