gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r25544 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r25544 - gnunet/src/mesh
Date: Wed, 19 Dec 2012 13:09:53 +0100

Author: bartpolot
Date: 2012-12-19 13:09:53 +0100 (Wed, 19 Dec 2012)
New Revision: 25544

Modified:
   gnunet/src/mesh/mesh_test_lib.h
Log:
- c++ guards

Modified: gnunet/src/mesh/mesh_test_lib.h
===================================================================
--- gnunet/src/mesh/mesh_test_lib.h     2012-12-19 12:08:16 UTC (rev 25543)
+++ gnunet/src/mesh/mesh_test_lib.h     2012-12-19 12:09:53 UTC (rev 25544)
@@ -25,6 +25,14 @@
 #ifndef MESH_TEST_LIB_H
 #define MESH_TEST_LIB_H
 
+#ifdef __cplusplus
+extern "C"
+{
+#if 0                           /* keep Emacsens' auto-indent happy */
+}
+#endif
+#endif
+
 #include "gnunet_testbed_service.h"
 #include "gnunet_mesh_service.h"
 
@@ -86,4 +94,13 @@
 GNUNET_MESH_TEST_cleanup (struct GNUNET_MESH_TEST_Context *ctx);
 
 
+#if 0                           /* keep Emacsens' auto-indent happy */
+{
 #endif
+#ifdef __cplusplus
+}
+#endif
+
+
+/* ifndef MESH_TEST_LIB_H */
+#endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]