X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Fhashtable%2Fhashtable.h;h=3a515fdbde030e2639d67a8caaf90dda9bb453d5;hb=eb2827a4f0ccc637bf1d42edebf2607dbea80428;hp=e150190417b7a594db359fada7237c2871039390;hpb=6dca8ba7dec3b31acb7b43f5e4431676acf4e664;p=lttng-tools.git diff --git a/src/common/hashtable/hashtable.h b/src/common/hashtable/hashtable.h index e15019041..3a515fdbd 100644 --- a/src/common/hashtable/hashtable.h +++ b/src/common/hashtable/hashtable.h @@ -15,10 +15,6 @@ #include #include -#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 */