aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_channel.h')
-rw-r--r--src/mesh/gnunet-service-mesh_channel.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mesh/gnunet-service-mesh_channel.h b/src/mesh/gnunet-service-mesh_channel.h
index 154e92b0d..48f3e897d 100644
--- a/src/mesh/gnunet-service-mesh_channel.h
+++ b/src/mesh/gnunet-service-mesh_channel.h
@@ -40,13 +40,15 @@ 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_tunnel.h"
44
45/** 43/**
46 * Struct containing all information regarding a channel to a remote client. 44 * Struct containing all information regarding a channel to a remote client.
47 */ 45 */
48struct MeshChannel; 46struct MeshChannel;
49 47
48
49#include "gnunet-service-mesh_tunnel.h"
50
51
50/** 52/**
51 * Get channel ID. 53 * Get channel ID.
52 * 54 *
@@ -241,4 +243,4 @@ GMCH_send_prebuilt_message (const struct GNUNET_MessageHeader *message,
241 243
242/* ifndef GNUNET_SERVICE_MESH_CHANNEL_H */ 244/* ifndef GNUNET_SERVICE_MESH_CHANNEL_H */
243#endif 245#endif
244/* end of gnunet-service-mesh_channel.h */ \ No newline at end of file 246/* end of gnunet-service-mesh_channel.h */