Visibility hidden by default
[babeltrace.git] / src / lib / graph / component-source.h
index f51aab7e1df1ce43fb87b7a3beaf0af00070ab7c..bcade78a532a427bf3d1bb6d13359c09a31274a3 100644 (file)
@@ -17,11 +17,9 @@ struct bt_component_source {
        struct bt_component parent;
 };
 
-BT_HIDDEN
 struct bt_component *bt_component_source_create(
                const struct bt_component_class *class);
 
-BT_HIDDEN
 void bt_component_source_destroy(struct bt_component *component);
 
 #endif /* BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H */
This page took 0.023517 seconds and 4 git commands to generate.