Hide new 'lttng_ust_lfht_*' private symbols
[lttng-ust.git] / liblttng-ust / rculfhash-internal.h
index 86eb501f20415195cf94bb0a79e27c1f8400bca2..cb2f69c8ac476da0ceb03fa1f8e05e281deabd71 100644 (file)
@@ -28,6 +28,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
+#include "helper.h"
 
 #ifdef DEBUG
 #define dbg_printf(fmt, args...)     printf("[debug lttng-ust rculfhash] " fmt, ## args)
@@ -139,7 +140,11 @@ struct lttng_ust_lfht {
         */
 };
 
+LTTNG_HIDDEN
 extern unsigned int lttng_ust_lfht_fls_ulong(unsigned long x);
+LTTNG_HIDDEN
+extern int lttng_ust_lfht_get_count_order_u32(uint32_t x);
+LTTNG_HIDDEN
 extern int lttng_ust_lfht_get_count_order_ulong(unsigned long x);
 
 #ifdef POISON_FREE
This page took 0.024184 seconds and 4 git commands to generate.