Values API: split into private and public APIs
[babeltrace.git] / include / babeltrace / ctf-writer / validation-internal.h
index 887b5a7197fce4dc7ce0dbc25802cae57a2ec72c..4953309515bcb5791677d6e8dfe9fb11ccc52c1e 100644 (file)
@@ -25,7 +25,7 @@
  * SOFTWARE.
  */
 
-#include <babeltrace/values.h>
+#include <babeltrace/private-values.h>
 #include <babeltrace/babeltrace-internal.h>
 
 struct bt_ctf_trace_common;
@@ -82,7 +82,7 @@ struct bt_ctf_validation_output {
  * All parameters are owned by the caller.
  */
 BT_HIDDEN
-int bt_ctf_validate_class_types(struct bt_value *environment,
+int bt_ctf_validate_class_types(struct bt_private_value *environment,
                struct bt_ctf_field_type_common *packet_header_type,
                struct bt_ctf_field_type_common *packet_context_type,
                struct bt_ctf_field_type_common *event_header_type,
This page took 0.023374 seconds and 4 git commands to generate.