ir: make bt_ctf_field_type_copy() public
[babeltrace.git] / include / babeltrace / ctf-ir / field-types.h
index 3be4a5a0182d48bcc525e1276680b879fdd864dc..c4b6b683c57cc7455faf15bdb5ba8c66be186448 100644 (file)
@@ -851,6 +851,9 @@ extern struct bt_ctf_field_path *bt_ctf_field_type_sequence_get_length_field_pat
 extern int bt_ctf_field_type_compare(struct bt_ctf_field_type *type_a,
                struct bt_ctf_field_type *type_b);
 
+extern struct bt_ctf_field_type *bt_ctf_field_type_copy(
+               struct bt_ctf_field_type *type);
+
 /*
  * bt_ctf_field_type_get_type_id: get a field type's bt_ctf_type_id.
  *
This page took 0.022928 seconds and 4 git commands to generate.