aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_api.c')
-rw-r--r--src/mesh/mesh_api.c21
1 files changed, 1 insertions, 20 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index 7332d0c3d..de931db7c 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -28,14 +28,6 @@
28 * - SEND FUNCTIONS 28 * - SEND FUNCTIONS
29 * - API CALL DEFINITIONS 29 * - API CALL DEFINITIONS
30 */ 30 */
31#ifdef __cplusplus
32extern "C"
33{
34#if 0 /* keep Emacsens' auto-indent happy */
35}
36#endif
37#endif
38
39#include "platform.h" 31#include "platform.h"
40#include "gnunet_common.h" 32#include "gnunet_common.h"
41#include "gnunet_client_lib.h" 33#include "gnunet_client_lib.h"
@@ -45,13 +37,8 @@ extern "C"
45#include "mesh.h" 37#include "mesh.h"
46#include "mesh_protocol.h" 38#include "mesh_protocol.h"
47 39
48#define MESH_API_DEBUG GNUNET_YES
49
50#if MESH_API_DEBUG
51#define LOG(kind,...) GNUNET_log_from (kind, "mesh-api",__VA_ARGS__) 40#define LOG(kind,...) GNUNET_log_from (kind, "mesh-api",__VA_ARGS__)
52#else 41
53#define LOG(kind,...)
54#endif
55 42
56/******************************************************************************/ 43/******************************************************************************/
57/************************ DATA STRUCTURES ****************************/ 44/************************ DATA STRUCTURES ****************************/
@@ -1717,9 +1704,3 @@ GNUNET_MESH_tunnel_get_data (struct GNUNET_MESH_Tunnel *tunnel)
1717} 1704}
1718 1705
1719 1706
1720#if 0 /* keep Emacsens' auto-indent happy */
1721{
1722#endif
1723#ifdef __cplusplus
1724}
1725#endif