diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-05-15 00:49:26 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-05-15 00:49:26 +0000 |
commit | 1f09f4f7716db5939ec1c9a278b5661616dd72d6 (patch) | |
tree | ff52f060245b574aace08d5db5016c22b56a7876 /src/mesh/mesh_api.c | |
parent | 720afac61536fbb212c0010f31764704c12aab0f (diff) |
-help seaspider some more
Diffstat (limited to 'src/mesh/mesh_api.c')
-rw-r--r-- | src/mesh/mesh_api.c | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c index 7332d0c3d6..de931db7cc 100644 --- a/src/mesh/mesh_api.c +++ b/src/mesh/mesh_api.c @@ -28,14 +28,6 @@ * - SEND FUNCTIONS * - API CALL DEFINITIONS */ -#ifdef __cplusplus -extern "C" -{ -#if 0 /* keep Emacsens' auto-indent happy */ -} -#endif -#endif - #include "platform.h" #include "gnunet_common.h" #include "gnunet_client_lib.h" @@ -45,13 +37,8 @@ extern "C" #include "mesh.h" #include "mesh_protocol.h" -#define MESH_API_DEBUG GNUNET_YES - -#if MESH_API_DEBUG #define LOG(kind,...) GNUNET_log_from (kind, "mesh-api",__VA_ARGS__) -#else -#define LOG(kind,...) -#endif + /******************************************************************************/ /************************ DATA STRUCTURES ****************************/ @@ -1717,9 +1704,3 @@ GNUNET_MESH_tunnel_get_data (struct GNUNET_MESH_Tunnel *tunnel) } -#if 0 /* keep Emacsens' auto-indent happy */ -{ -#endif -#ifdef __cplusplus -} -#endif |