Visibility hidden by default
[babeltrace.git] / src / ctf-writer / validation.c
index 86d68626c56611e58ce6df4436dd9e8a14d9ce06..13fd9eb80bf3c355568cbfd5392ce806b2f08920 100644 (file)
@@ -245,7 +245,6 @@ end:
        return ret;
 }
 
-BT_HIDDEN
 int bt_ctf_validate_class_types(struct bt_ctf_private_value *environment,
                struct bt_ctf_field_type_common *packet_header_type,
                struct bt_ctf_field_type_common *packet_context_type,
@@ -590,7 +589,6 @@ error:
        return ret;
 }
 
-BT_HIDDEN
 void bt_ctf_validation_replace_types(struct bt_ctf_trace_common *trace,
                struct bt_ctf_stream_class_common *stream_class,
                struct bt_ctf_event_class_common *event_class,
@@ -623,7 +621,6 @@ void bt_ctf_validation_replace_types(struct bt_ctf_trace_common *trace,
        }
 }
 
-BT_HIDDEN
 void bt_ctf_validation_output_put_types(
                struct bt_ctf_validation_output *output)
 {
This page took 0.023123 seconds and 4 git commands to generate.