Hide new bt_ctf_field_path_* symbols
[babeltrace.git] / formats / ctf / ir / field-path.c
index d7eabf3e539c4bae7a8121ce2a6e18ca341e6991..b0156dcff05121456519adb36bf36393214a6e07 100644 (file)
@@ -97,6 +97,7 @@ end:
        return new_path;
 }
 
+BT_HIDDEN
 enum bt_ctf_scope bt_ctf_field_path_get_root_scope(
                const struct bt_ctf_field_path *field_path)
 {
@@ -112,6 +113,7 @@ end:
        return scope;
 }
 
+BT_HIDDEN
 int bt_ctf_field_path_get_index_count(
                const struct bt_ctf_field_path *field_path)
 {
@@ -127,6 +129,7 @@ end:
        return ret;
 }
 
+BT_HIDDEN
 int bt_ctf_field_path_get_index(const struct bt_ctf_field_path *field_path,
                int index)
 {
This page took 0.023391 seconds and 4 git commands to generate.