aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_mesh.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-01-18 15:08:26 +0000
committerBart Polot <bart@net.in.tum.de>2013-01-18 15:08:26 +0000
commit85c7ef583583c4424f774da10e46f7f1b1063ac7 (patch)
tree5576a0ad32254b6f261d3a65749420bd04716a57 /src/include/block_mesh.h
parentf0c32fd358a73a6c826539ba4ca214f4edd0c948 (diff)
downloadgnunet-85c7ef583583c4424f774da10e46f7f1b1063ac7.tar.gz
gnunet-85c7ef583583c4424f774da10e46f7f1b1063ac7.zip
- cpp guards
Diffstat (limited to 'src/include/block_mesh.h')
-rw-r--r--src/include/block_mesh.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/include/block_mesh.h b/src/include/block_mesh.h
index fe02f944c..9dfb85945 100644
--- a/src/include/block_mesh.h
+++ b/src/include/block_mesh.h
@@ -26,6 +26,14 @@
26#ifndef BLOCK_MESH_H 26#ifndef BLOCK_MESH_H
27#define BLOCK_MESH_H 27#define BLOCK_MESH_H
28 28
29#ifdef __cplusplus
30extern "C"
31{
32#if 0 /* keep Emacsens' auto-indent happy */
33}
34#endif
35#endif
36
29#include "gnunet_util_lib.h" 37#include "gnunet_util_lib.h"
30#include "gnunet_mesh_service.h" 38#include "gnunet_mesh_service.h"
31#include <stdint.h> 39#include <stdint.h>
@@ -46,4 +54,11 @@ struct PBlock
46 GNUNET_MESH_ApplicationType type; 54 GNUNET_MESH_ApplicationType type;
47}; 55};
48 56
57#if 0 /* keep Emacsens' auto-indent happy */
58{
59#endif
60#ifdef __cplusplus
61}
62#endif
63
49#endif \ No newline at end of file 64#endif \ No newline at end of file