X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf%2Fir%2Ffield-path.c;h=6c0b248af0ce222632a9957834ab8d3cc8f8c4e5;hb=92cbbcc5ffb90362b3616beea9a615a55c768b37;hp=67a90b4830752e12eac034bed9e34e754b575965;hpb=46df6b28f5437bb7c69bede3b09758c45d9440fd;p=babeltrace.git diff --git a/formats/ctf/ir/field-path.c b/formats/ctf/ir/field-path.c index 67a90b48..6c0b248a 100644 --- a/formats/ctf/ir/field-path.c +++ b/formats/ctf/ir/field-path.c @@ -25,7 +25,7 @@ * SOFTWARE. */ -#include +#include #include #include #include @@ -96,7 +96,7 @@ end: return new_path; } -enum bt_ctf_scope bt_ctf_field_path_get_root( +enum bt_ctf_scope bt_ctf_field_path_get_root_scope( const struct bt_ctf_field_path *field_path) { enum bt_ctf_scope scope = BT_CTF_SCOPE_UNKNOWN;