Fix: lib: bt_component_class_sink_simple_borrow() is internal
[babeltrace.git] / src / lib / graph / component-class-sink-simple.h
index 6608f99637e60a47031c3296b061db2b15fd0e4f..5454bd3980a1f51971113cbca97a750327312614 100644 (file)
@@ -18,7 +18,7 @@ struct simple_sink_init_method_data {
        void *user_data;
 };
 
-extern struct bt_component_class_sink *
-bt_component_class_sink_simple_borrow(void);
+BT_HIDDEN
+struct bt_component_class_sink *bt_component_class_sink_simple_borrow(void);
 
 #endif /* BABELTRACE_GRAPH_COMPONENT_CLASS_SINK_SIMPLE_H */
This page took 0.023382 seconds and 4 git commands to generate.