common-internal.h: prefix functions with `bt_common_`
[babeltrace.git] / include / babeltrace / common-internal.h
index 306fd9bdb520fe66f9d1c827209b3e50d9f5d2af..05dabfc45ce63354b221df43f3e90f4eddf6a81c 100644 (file)
@@ -432,7 +432,7 @@ const char *bt_common_value_type_string(enum bt_value_type type)
 };
 
 static inline
-GString *bt_field_path_string(struct bt_field_path *path)
+GString *bt_common_field_path_string(struct bt_field_path *path)
 {
        GString *str = g_string_new(NULL);
        uint64_t i;
@@ -458,7 +458,7 @@ end:
 }
 
 static inline
-const char *bt_self_message_iterator_status_string(
+const char *bt_common_self_message_iterator_status_string(
                enum bt_self_message_iterator_status status)
 {
        switch (status) {
This page took 0.023608 seconds and 4 git commands to generate.