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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesh/gnunet-service-mesh_channel.h b/src/mesh/gnunet-service-mesh_channel.h
index 48f3e897d..a6f844290 100644
--- a/src/mesh/gnunet-service-mesh_channel.h
+++ b/src/mesh/gnunet-service-mesh_channel.h
@@ -141,10 +141,9 @@ GMCH_send_create (struct MeshChannel *ch);
141 * Notify a client that the channel is no longer valid. 141 * Notify a client that the channel is no longer valid.
142 * 142 *
143 * @param ch Channel that is destroyed. 143 * @param ch Channel that is destroyed.
144 * @param fwd Forward notification (owner->dest)?
145 */ 144 */
146void 145void
147GMCH_send_destroy (struct MeshChannel *ch, int fwd); 146GMCH_send_destroy (struct MeshChannel *ch);
148 147
149 148
150/** 149/**