ir: make bt_ctf_field_type_copy() public
[babeltrace.git] / formats / ctf / ir / field-types.c
index 5aecd99c4fbfc5f95d2a2a12b9ce3c9e0ba5ec2f..49919ca2fe008796111955d76655c2f72f733d2a 100644 (file)
@@ -2372,7 +2372,6 @@ void bt_ctf_field_type_set_native_byte_order(struct bt_ctf_field_type *type,
        }
 }
 
-BT_HIDDEN
 struct bt_ctf_field_type *bt_ctf_field_type_copy(struct bt_ctf_field_type *type)
 {
        struct bt_ctf_field_type *copy = NULL;
This page took 0.023202 seconds and 4 git commands to generate.