Visibility hidden by default
[babeltrace.git] / src / plugins / lttng-utils / debug-info / trace-ir-data-copy.c
index 6cac787f1e60fbd51aa58017f9b0490261294909..ee21026946768dabbc1f69519348ee95a7c5e60a 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "trace-ir-data-copy.h"
 
-BT_HIDDEN
 enum debug_info_trace_ir_mapping_status copy_trace_content(
                const bt_trace *in_trace, bt_trace *out_trace,
                bt_logging_level log_level, bt_self_component *self_comp)
@@ -108,7 +107,6 @@ end:
        return status;
 }
 
-BT_HIDDEN
 enum debug_info_trace_ir_mapping_status copy_stream_content(
                const bt_stream *in_stream, bt_stream *out_stream,
                bt_logging_level log_level, bt_self_component *self_comp)
@@ -147,7 +145,6 @@ end:
        return status;
 }
 
-BT_HIDDEN
 enum debug_info_trace_ir_mapping_status copy_packet_content(
                const bt_packet *in_packet, bt_packet *out_packet,
                bt_logging_level log_level, bt_self_component *self_comp)
@@ -181,7 +178,6 @@ end:
        return status;
 }
 
-BT_HIDDEN
 enum debug_info_trace_ir_mapping_status copy_event_content(
                const bt_event *in_event, bt_event *out_event,
                bt_logging_level log_level, bt_self_component *self_comp)
@@ -250,7 +246,6 @@ end:
        return status;
 }
 
-BT_HIDDEN
 enum debug_info_trace_ir_mapping_status copy_field_content(
                const bt_field *in_field, bt_field *out_field,
                bt_logging_level log_level, bt_self_component *self_comp)
This page took 0.031963 seconds and 4 git commands to generate.