- api fix
authorBart Polot <bart@net.in.tum.de>
Tue, 19 Nov 2013 15:23:58 +0000 (15:23 +0000)
committerBart Polot <bart@net.in.tum.de>
Tue, 19 Nov 2013 15:23:58 +0000 (15:23 +0000)
src/mesh/gnunet-service-mesh_channel.c
src/mesh/gnunet-service-mesh_channel.h
src/mesh/gnunet-service-mesh_tunnel.c

index 45c8c60448b5ee9cf95912a27ae07efd9b3a2239..92e345cb85c8c4b806c0ad1b3f138d180d3968e6 100644 (file)
@@ -971,15 +971,6 @@ handle_loopback (struct MeshChannel *ch,
 /********************************    API    ***********************************/
 /******************************************************************************/
 
-
-/**
- * Destroy a channel and free all resources.
- *
- * @param ch Channel to destroy.
- */
-void
-GMCH_destroy (struct MeshChannel *ch);
-
 /**
  * Destroy a channel and free all resources.
  *
index 66b203192d3cc8f9c464cfd258cf6e47c2134fa0..346cfcad56b7b63ba7a9e510da37e95058b4a3c3 100644 (file)
@@ -53,6 +53,14 @@ struct MeshChannel;
 #include "gnunet-service-mesh_local.h"
 
 
+/**
+ * Destroy a channel and free all resources.
+ *
+ * @param ch Channel to destroy.
+ */
+void
+GMCH_destroy (struct MeshChannel *ch);
+
 /**
  * Get channel ID.
  *
index a395141f7c04576adb3d83c8819251fd6d293e65..32b384fdd194ae45930577062b9e0e84b967750e 100644 (file)
@@ -1673,7 +1673,6 @@ GMT_destroy (struct MeshTunnel3 *t)
     GNUNET_SCHEDULER_cancel (t->rekey_task);
 
   GNUNET_free (t);
-
 }