Values API: split into private and public APIs
[babeltrace.git] / include / babeltrace / ctf-writer / resolve-internal.h
index cd2b01f45d55632e407b7004d18a220aba742f8e..b456f22d505a09c0502f32687aefd910a09a6833 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <babeltrace/ctf-writer/field-types.h>
 #include <babeltrace/ctf-writer/field-types-internal.h>
-#include <babeltrace/values.h>
+#include <babeltrace/private-values.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <glib.h>
 
@@ -60,7 +60,7 @@ enum bt_ctf_resolve_flag {
  * All parameters are owned by the caller.
  */
 BT_HIDDEN
-int bt_ctf_resolve_types(struct bt_value *environment,
+int bt_ctf_resolve_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.023074 seconds and 4 git commands to generate.