- fix disconnect task scheduling
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_local.h
index 0c07fedfef20b485a6acbb66b4fb9fea5aa603cf..c5a0b367c055961eac19d64cbf2b0521828921ca 100644 (file)
@@ -173,6 +173,15 @@ GML_send_channel_create (struct MeshClient *c,
                          uint32_t id, uint32_t port, uint32_t opt,
                          const struct GNUNET_PeerIdentity *peer);
 
+/**
+ * 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_channel_nack (struct MeshClient *c, MESH_ChannelNumber id);
+
 /**
  * Notify a client that a channel is no longer valid.
  *
@@ -214,4 +223,4 @@ GML_2s (const struct MeshClient *c);
 
 /* ifndef GNUNET_MESH_SERVICE_LOCAL_H */
 #endif
-/* end of gnunet-mesh-service_LOCAL.h */
\ No newline at end of file
+/* end of gnunet-mesh-service_LOCAL.h */