aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_tunnel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_tunnel.h')
-rw-r--r--src/mesh/gnunet-service-mesh_tunnel.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mesh/gnunet-service-mesh_tunnel.h b/src/mesh/gnunet-service-mesh_tunnel.h
index 71fa5780e..49e4ce4b2 100644
--- a/src/mesh/gnunet-service-mesh_tunnel.h
+++ b/src/mesh/gnunet-service-mesh_tunnel.h
@@ -40,9 +40,6 @@ extern "C"
40#include "platform.h" 40#include "platform.h"
41#include "gnunet_util_lib.h" 41#include "gnunet_util_lib.h"
42 42
43#include "gnunet-service-mesh_channel.h"
44#include "gnunet-service-mesh_connection.h"
45
46/** 43/**
47 * All the states a tunnel can be in. 44 * All the states a tunnel can be in.
48 */ 45 */
@@ -79,6 +76,11 @@ enum MeshTunnelState
79 */ 76 */
80struct MeshTunnel3; 77struct MeshTunnel3;
81 78
79
80#include "gnunet-service-mesh_channel.h"
81#include "gnunet-service-mesh_connection.h"
82
83
82/******************************************************************************/ 84/******************************************************************************/
83/******************************** API ***********************************/ 85/******************************** API ***********************************/
84/******************************************************************************/ 86/******************************************************************************/
@@ -234,4 +236,4 @@ GMT_get_buffer (struct MeshTunnel3 *t, int fwd);
234 236
235/* ifndef GNUNET_MESH_SERVICE_TUNNEL_H */ 237/* ifndef GNUNET_MESH_SERVICE_TUNNEL_H */
236#endif 238#endif
237/* end of gnunet-mesh-service_tunnel.h */ \ No newline at end of file 239/* end of gnunet-mesh-service_tunnel.h */