Visibility hidden by default
[babeltrace.git] / src / plugins / lttng-utils / debug-info / trace-ir-data-copy.h
index 2628b77e3605026c65911b9a971a58f25640b50c..319d366b661248c08d499a96d4c0b8b80993e861 100644 (file)
 #include "common/macros.h"
 #include "trace-ir-mapping.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);
-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);
-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);
-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);
-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.025212 seconds and 4 git commands to generate.