From 0900ad6520742e89900e2688ea030d350fc932eb Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 19 Dec 2012 12:08:16 +0000 Subject: - c++ guards --- src/dht/dht_test_lib.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src') diff --git a/src/dht/dht_test_lib.h b/src/dht/dht_test_lib.h index 0cf6dfac9..061794af4 100644 --- a/src/dht/dht_test_lib.h +++ b/src/dht/dht_test_lib.h @@ -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 @@ GNUNET_DHT_TEST_run (const char *testname, 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 -- cgit v1.2.3