Fix enum rename warnings
[babeltrace.git] / include / babeltrace / ctf-ir / fields-internal.h
index b007783b2b02152db26035c0a908c74c2383f88f..b657ee4f8be89d9fccf682d12186d37e50e7fdc1 100644 (file)
@@ -378,7 +378,7 @@ int bt_ctf_field_string_append_len(
  * Returns the field's ctf_type_id, CTF_TYPE_UNKNOWN on error.
  */
 BT_HIDDEN
-enum bt_ctf_type_id bt_ctf_field_get_type_id(struct bt_ctf_field *field);
+enum ctf_type_id bt_ctf_field_get_type_id(struct bt_ctf_field *field);
 
 /*
  * bt_ctf_field_get_type: get a field's type
This page took 0.023287 seconds and 4 git commands to generate.