namespace the scope_path functions
[babeltrace.git] / types / types.c
index 139e318ae25cb86ef0cccc2c8049571e60fc8854..9c5cfca3a3941be044abf68e4c4d90a35d560945 100644 (file)
@@ -547,7 +547,7 @@ struct definition_scope *
 
        if (root_name) {
                scope = _new_definition_scope(parent_scope, 0);
-               append_scope_path(root_name, scope->scope_path);
+               bt_append_scope_path(root_name, scope->scope_path);
        } else {
                int scope_path_len = 1;
 
@@ -574,7 +574,7 @@ struct definition_scope *
 /*
  * in: path (dot separated), out: q (GArray of GQuark)
  */
-void append_scope_path(const char *path, GArray *q)
+void bt_append_scope_path(const char *path, GArray *q)
 {
        const char *ptrbegin, *ptrend = path;
        GQuark quark;
This page took 0.022642 seconds and 4 git commands to generate.