Remove extern "C" from internal headers
[lttng-tools.git] / src / common / hashtable / hashtable.h
index e150190417b7a594db359fada7237c2871039390..3a515fdbde030e2639d67a8caaf90dda9bb453d5 100644 (file)
 #include <lttng/lttng-export.h>
 #include <urcu/rculfhash.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 LTTNG_EXPORT extern unsigned long lttng_ht_seed;
 
 typedef unsigned long (*hash_fct_type)(const void *_key, unsigned long seed);
@@ -127,8 +123,4 @@ struct lttng_ht_node_u64 *lttng_ht_iter_get_node_u64(
 struct lttng_ht_node_two_u64 *lttng_ht_iter_get_node_two_u64(
                struct lttng_ht_iter *iter);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* _LTT_HT_H */
This page took 0.022852 seconds and 4 git commands to generate.