Hide new bt_ctf_field_path_* symbols
[babeltrace.git] / include / babeltrace / ctf-ir / field-path.h
index 40acfc8b3e56d633c5cded9c60a74109cc376bf8..a5350768309660a04747b6c99d7c0376f90efefe 100644 (file)
@@ -45,7 +45,8 @@ struct bt_ctf_field_path;
  *
  * Returns the root node of a field path, or BT_CTF_SCOPE_UNKNOWN on error.
  */
-extern enum bt_ctf_scope bt_ctf_field_path_get_root_scope(
+BT_HIDDEN
+enum bt_ctf_scope bt_ctf_field_path_get_root_scope(
                const struct bt_ctf_field_path *field_path);
 
 /*
@@ -57,7 +58,8 @@ extern enum bt_ctf_scope bt_ctf_field_path_get_root_scope(
  *
  * Returns the field path's index count, or a negative value on error.
  */
-extern int bt_ctf_field_path_get_index_count(
+BT_HIDDEN
+int bt_ctf_field_path_get_index_count(
                const struct bt_ctf_field_path *field_path);
 
 /*
@@ -70,7 +72,8 @@ extern int bt_ctf_field_path_get_index_count(
  *
  * Returns a field path index, or INT_MIN on error.
  */
-extern int bt_ctf_field_path_get_index(
+BT_HIDDEN
+int bt_ctf_field_path_get_index(
                const struct bt_ctf_field_path *field_path,
                int index);
 
This page took 0.022394 seconds and 4 git commands to generate.