Visibility hidden by default
[babeltrace.git] / src / lib / trace-ir / trace.h
index c62087787000f984a80103ef17d466d457ec8898..9b6766db10c7bcdb245cd844b2666de69bf6be34 100644 (file)
@@ -66,7 +66,6 @@ struct bt_trace {
        bool frozen;
 };
 
-BT_HIDDEN
 void _bt_trace_freeze(const struct bt_trace *trace);
 
 #ifdef BT_DEV_MODE
@@ -75,10 +74,8 @@ void _bt_trace_freeze(const struct bt_trace *trace);
 # define bt_trace_freeze(_trace)
 #endif
 
-BT_HIDDEN
 void bt_trace_add_stream(struct bt_trace *trace, struct bt_stream *stream);
 
-BT_HIDDEN
 uint64_t bt_trace_get_automatic_stream_id(const struct bt_trace *trace,
                const struct bt_stream_class *stream_class);
 
This page took 0.023782 seconds and 4 git commands to generate.