Fix: lib: Mismatch in function declarations and definitions
[babeltrace.git] / include / babeltrace / trace-ir / field-class.h
index 1da111d2e93828128a0c5ac3a72037381b2a42ef..985eecd9e9c598566e3f2857e50ba0e78cc6f57e 100644 (file)
@@ -127,7 +127,7 @@ bt_field_class_variant_borrow_option_by_index(
 
 extern bt_field_class_variant_option *
 bt_field_class_variant_borrow_option_by_name(
-               bt_field_class *field_class, char *name);
+               bt_field_class *field_class, const char *name);
 
 extern bt_field_class *bt_field_class_variant_option_borrow_field_class(
                bt_field_class_variant_option *option);
This page took 0.030877 seconds and 4 git commands to generate.