Refactoring: UST types public interfaces
[lttng-ust.git] / include / ust-dynamic-type.h
index cb628ad8a9e90b7b9ddfc9a178800de5e0f6fe49..80a80d0995cdbe3d6e2f83b32e743043ac2055f1 100644 (file)
@@ -27,12 +27,12 @@ enum lttng_ust_dynamic_type {
 
 __attribute__((visibility("hidden")))
 int lttng_ust_dynamic_type_choices(size_t *nr_choices,
-               const struct lttng_ust_event_field ***choices);
+               struct lttng_ust_event_field ***choices);
 
 __attribute__((visibility("hidden")))
-const 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")))
-const struct lttng_ust_event_field *lttng_ust_dynamic_type_tag_field(void);
+struct lttng_ust_event_field *lttng_ust_dynamic_type_tag_field(void);
 
 #endif /* _LTTNG_UST_DYNAMIC_TYPE_H */
This page took 0.024469 seconds and 4 git commands to generate.