gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29046 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r29046 - gnunet/src/mesh
Date: Thu, 5 Sep 2013 20:48:01 +0200

Author: LRN
Date: 2013-09-05 20:48:00 +0200 (Thu, 05 Sep 2013)
New Revision: 29046

Modified:
   gnunet/src/mesh/gnunet-service-mesh-enc.c
Log:
Add forward declaration for tunnel_send_queued_data

Modified: gnunet/src/mesh/gnunet-service-mesh-enc.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh-enc.c   2013-09-05 16:51:04 UTC (rev 
29045)
+++ gnunet/src/mesh/gnunet-service-mesh-enc.c   2013-09-05 18:48:00 UTC (rev 
29046)
@@ -1219,6 +1219,15 @@
 
 
 /**
+ * Send all cached messages that we can, tunnel is online.
+ *
+ * @param t Tunnel that holds the messages.
+ * @param fwd Is this fwd?
+ */
+static void
+tunnel_send_queued_data (struct MeshTunnel2 *t, int fwd);
+
+/**
  * Dummy function to separate declarations from definitions in function list.
  */
 void
@@ -3064,7 +3073,6 @@
   t->state = state;
 }
 
-
 /**
  * Cache a message to be sent once tunnel is online.
  *
@@ -3093,12 +3101,6 @@
 }
 
 
-/**
- * Send all cached messages that we can, tunnel is online.
- *
- * @param t Tunnel that holds the messages.
- * @param fwd Is this fwd?
- */
 static void
 tunnel_send_queued_data (struct MeshTunnel2 *t, int fwd)
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]