aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_test_lib.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-12-19 12:08:16 +0000
committerBart Polot <bart@net.in.tum.de>2012-12-19 12:08:16 +0000
commit0900ad6520742e89900e2688ea030d350fc932eb (patch)
treef079b434641ac4cb0baf84e237529c51af0a406b /src/dht/dht_test_lib.h
parenta2d17a20c2a66c2f7153593193df1de22899c388 (diff)
downloadgnunet-0900ad6520742e89900e2688ea030d350fc932eb.tar.gz
gnunet-0900ad6520742e89900e2688ea030d350fc932eb.zip
- c++ guards
Diffstat (limited to 'src/dht/dht_test_lib.h')
-rw-r--r--src/dht/dht_test_lib.h15
1 files changed, 15 insertions, 0 deletions
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 @@
25#ifndef DHT_TEST_LIB_H 25#ifndef DHT_TEST_LIB_H
26#define DHT_TEST_LIB_H 26#define DHT_TEST_LIB_H
27 27
28#ifdef __cplusplus
29extern "C"
30{
31#if 0 /* keep Emacsens' auto-indent happy */
32}
33#endif
34#endif
35
28#include "gnunet_testbed_service.h" 36#include "gnunet_testbed_service.h"
29#include "gnunet_dht_service.h" 37#include "gnunet_dht_service.h"
30 38
@@ -76,5 +84,12 @@ GNUNET_DHT_TEST_run (const char *testname,
76void 84void
77GNUNET_DHT_TEST_cleanup (struct GNUNET_DHT_TEST_Context *ctx); 85GNUNET_DHT_TEST_cleanup (struct GNUNET_DHT_TEST_Context *ctx);
78 86
87#if 0 /* keep Emacsens' auto-indent happy */
88{
89#endif
90#ifdef __cplusplus
91}
92#endif
79 93
94/* ifndef DHT_TEST_LIB_H */
80#endif 95#endif