Fix: add missing `_const` in name of const functions
[babeltrace.git] / include / babeltrace / trace-ir / event-class-const.h
index a8408b59c5496da1462c4d669ecc332d338d6c39..66f6a577cb08522c4a6562229e4909622d78fe70 100644 (file)
@@ -78,10 +78,10 @@ extern const char *bt_event_class_get_emf_uri(
                const bt_event_class *event_class);
 
 extern const bt_field_class *
-bt_event_class_borrow_specific_context_field_class(
+bt_event_class_borrow_specific_context_field_class_const(
                const bt_event_class *event_class);
 
-extern const bt_field_class *bt_event_class_borrow_payload_field_class(
+extern const bt_field_class *bt_event_class_borrow_payload_field_class_const(
                const bt_event_class *event_class);
 
 extern void bt_event_class_get_ref(const bt_event_class *event_class);
This page took 0.023926 seconds and 4 git commands to generate.