lib: add internal bt_field_type_structure_replace_field()
[babeltrace.git] / include / babeltrace / ctf-ir / field-types-internal.h
index 3d478ae74d6a5c1565f4ddad17a523eb31d00755..fbe0bb788449884975427e7b83ac6d3b0486559b 100644 (file)
@@ -179,6 +179,10 @@ BT_HIDDEN
 int bt_field_type_structure_get_field_name_index(
                struct bt_field_type *structure, const char *name);
 
+BT_HIDDEN
+int bt_field_type_structure_replace_field(struct bt_field_type *type,
+               const char *field_name, struct bt_field_type *field_type);
+
 BT_HIDDEN
 int bt_field_type_variant_get_field_name_index(
                struct bt_field_type *variant, const char *name);
This page took 0.028343 seconds and 4 git commands to generate.