Visibility hidden by default
[babeltrace.git] / src / ctf-writer / field-path.c
index 6372959a0302054c80dd1209eae4035a31ad1052..2d71d79f46b50752456da8d7f8ad832b05b2f37f 100644 (file)
@@ -39,7 +39,6 @@ void field_path_destroy(struct bt_ctf_object *obj)
        g_free(field_path);
 }
 
-BT_HIDDEN
 struct bt_ctf_field_path *bt_ctf_field_path_create(void)
 {
        struct bt_ctf_field_path *field_path = NULL;
@@ -68,7 +67,6 @@ error:
        return NULL;
 }
 
-BT_HIDDEN
 void bt_ctf_field_path_clear(struct bt_ctf_field_path *field_path)
 {
        if (field_path->indexes->len > 0) {
@@ -77,7 +75,6 @@ void bt_ctf_field_path_clear(struct bt_ctf_field_path *field_path)
        }
 }
 
-BT_HIDDEN
 struct bt_ctf_field_path *bt_ctf_field_path_copy(
                struct bt_ctf_field_path *path)
 {
This page took 0.02357 seconds and 4 git commands to generate.