cleanup: function attribute 'hidden'
[lttng-ust.git] / include / ust-dynamic-type.h
index 80a80d0995cdbe3d6e2f83b32e743043ac2055f1..41c37788fbe10ad092aba62d7a9e78131812fb44 100644 (file)
@@ -25,14 +25,14 @@ enum lttng_ust_dynamic_type {
        _NR_LTTNG_UST_DYNAMIC_TYPES,
 };
 
-__attribute__((visibility("hidden")))
 int lttng_ust_dynamic_type_choices(size_t *nr_choices,
-               struct lttng_ust_event_field ***choices);
+               struct lttng_ust_event_field ***choices)
+       __attribute__((visibility("hidden")));
 
-__attribute__((visibility("hidden")))
-struct lttng_ust_event_field *lttng_ust_dynamic_type_field(int64_t value);
+struct lttng_ust_event_field *lttng_ust_dynamic_type_field(int64_t value)
+       __attribute__((visibility("hidden")));
 
-__attribute__((visibility("hidden")))
-struct lttng_ust_event_field *lttng_ust_dynamic_type_tag_field(void);
+struct lttng_ust_event_field *lttng_ust_dynamic_type_tag_field(void)
+       __attribute__((visibility("hidden")));
 
 #endif /* _LTTNG_UST_DYNAMIC_TYPE_H */
This page took 0.022815 seconds and 4 git commands to generate.