Remove LTTNG_HIDDEN macro
[lttng-ust.git] / include / ust-dynamic-type.h
index ac56b560e4345d2959bd4f02cd556822b6ff938f..7a6b1b15290b04f643ca7a5af5e3c2e4dc3f4083 100644 (file)
@@ -9,9 +9,14 @@
 
 #include <lttng/ust-events.h>
 
+__attribute__((visibility("hidden")))
 int lttng_ust_dynamic_type_choices(size_t *nr_choices,
-               const struct lttng_event_field **choices);
-const struct lttng_event_field *lttng_ust_dynamic_type_field(int64_t value);
-const struct lttng_event_field *lttng_ust_dynamic_type_tag_field(void);
+               const struct lttng_ust_event_field ***choices);
+
+__attribute__((visibility("hidden")))
+const struct lttng_ust_event_field *lttng_ust_dynamic_type_field(int64_t value);
+
+__attribute__((visibility("hidden")))
+const struct lttng_ust_event_field *lttng_ust_dynamic_type_tag_field(void);
 
 #endif /* _LTTNG_UST_DYNAMIC_TYPE_H */
This page took 0.02372 seconds and 4 git commands to generate.