X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=types%2Ftypes.c;fp=types%2Ftypes.c;h=9c5cfca3a3941be044abf68e4c4d90a35d560945;hp=139e318ae25cb86ef0cccc2c8049571e60fc8854;hb=dd0365d91cfb990cf39c2c9ce50bb73423b6041e;hpb=2e937fb4814a0db0d4724dd03fb93926b065e03b diff --git a/types/types.c b/types/types.c index 139e318a..9c5cfca3 100644 --- a/types/types.c +++ b/types/types.c @@ -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;