aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_peer.h')
-rw-r--r--src/mesh/gnunet-service-mesh_peer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesh/gnunet-service-mesh_peer.h b/src/mesh/gnunet-service-mesh_peer.h
index 6ac3e3801..065da7731 100644
--- a/src/mesh/gnunet-service-mesh_peer.h
+++ b/src/mesh/gnunet-service-mesh_peer.h
@@ -40,13 +40,13 @@ 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_connection.h"
44
45/** 43/**
46 * Struct containing all information regarding a given peer 44 * Struct containing all information regarding a given peer
47 */ 45 */
48struct MeshPeer; 46struct MeshPeer;
49 47
48#include "gnunet-service-mesh_connection.h"
49
50 50
51/******************************************************************************/ 51/******************************************************************************/
52/******************************** API ***********************************/ 52/******************************** API ***********************************/
@@ -78,7 +78,7 @@ GMP_shutdown (void);
78 * @param fwd Is this a message going root->dest? (FWD ACK are NOT FWD!) 78 * @param fwd Is this a message going root->dest? (FWD ACK are NOT FWD!)
79 */ 79 */
80void 80void
81GMP_queue_add (void *cls, uint16_t type, size_t size, 81GMP_queue_add (void *cls, uint16_t type, size_t size,
82 struct MeshConnection *c, 82 struct MeshConnection *c,
83 struct MeshChannel *ch, 83 struct MeshChannel *ch,
84 int fwd); 84 int fwd);
@@ -161,4 +161,4 @@ GMP_2s (const struct MeshPeer *peer);
161 161
162/* ifndef GNUNET_MESH_SERVICE_PEER_H */ 162/* ifndef GNUNET_MESH_SERVICE_PEER_H */
163#endif 163#endif
164/* end of gnunet-mesh-service_peer.h */ \ No newline at end of file 164/* end of gnunet-mesh-service_peer.h */