-only notify AFTER sending is really close to finished, not before
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_local.h
index 0c07fedfef20b485a6acbb66b4fb9fea5aa603cf..a78ef7af2f1234d76d1c93a67737250c35f8c7e0 100644 (file)
@@ -159,6 +159,15 @@ GML_client_delete_channel (struct MeshClient *c,
 void
 GML_send_ack (struct MeshClient *c, MESH_ChannelNumber id);
 
+/**
+ * Build a local channel NACK message and send it to a local client.
+ *
+ * @param c Client to whom send the NACK.
+ * @param id Channel ID to use
+ */
+void
+GML_send_nack (struct MeshClient *c, MESH_ChannelNumber id);
+
 /**
  * Notify the appropriate client that a new incoming channel was created.
  *