gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25543 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r25543 - gnunet/src/dht
Date: Wed, 19 Dec 2012 13:08:16 +0100

Author: bartpolot
Date: 2012-12-19 13:08:16 +0100 (Wed, 19 Dec 2012)
New Revision: 25543

Modified:
   gnunet/src/dht/dht_test_lib.h
Log:
- c++ guards

Modified: gnunet/src/dht/dht_test_lib.h
===================================================================
--- gnunet/src/dht/dht_test_lib.h       2012-12-19 12:03:36 UTC (rev 25542)
+++ gnunet/src/dht/dht_test_lib.h       2012-12-19 12:08:16 UTC (rev 25543)
@@ -25,6 +25,14 @@
 #ifndef DHT_TEST_LIB_H
 #define DHT_TEST_LIB_H
 
+#ifdef __cplusplus
+extern "C"
+{
+#if 0                           /* keep Emacsens' auto-indent happy */
+}
+#endif
+#endif
+
 #include "gnunet_testbed_service.h"
 #include "gnunet_dht_service.h"
 
@@ -76,5 +84,12 @@
 void
 GNUNET_DHT_TEST_cleanup (struct GNUNET_DHT_TEST_Context *ctx);
 
+#if 0                           /* keep Emacsens' auto-indent happy */
+{
+#endif
+#ifdef __cplusplus
+}
+#endif
 
+/* ifndef DHT_TEST_LIB_H */
 #endif




reply via email to

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