- allow slow botnets enough time
[oweals/gnunet.git] / src / mesh / mesh_block_lib.c
index 8b5020a4362e034001708bfe4af96c5a515e17b5..c24242f3e7e291b2c8875f4d3ce58ef4909144ae 100644 (file)
      Free Software Foundation, Inc., 59 Temple Place - Suite 330,
      Boston, MA 02111-1307, USA.
 */
-
 /**
  * @author Bartlomiej Polot
  * @file mesh/mesh_block_lib.c
  */
-
-#ifdef __cplusplus
-extern "C"
-{
-#if 0
-  /* keep Emacsens' auto-indent happy */
-}
-#endif
-#endif
-
+#include "platform.h"
 #include "mesh_block_lib.h"
 
 /**
@@ -156,11 +146,4 @@ GNUNET_MESH_regex_block_iterate (const struct MeshRegexBlock *block,
   return GNUNET_SYSERR;
 }
 
-#if 0                           /* keep Emacsens' auto-indent happy */
-{
-#endif
-#ifdef __cplusplus
-}
-#endif
-
 /* end of mesh_block_lib.c */