Visibility hidden by default
[babeltrace.git] / src / lib / graph / component-filter.h
index 1df52b10ec55a8cdc600355f08c5439178424ba9..1c43d0c5c2abcb38c5272613de29736aa69e82cf 100644 (file)
@@ -18,11 +18,9 @@ struct bt_component_filter {
        struct bt_component parent;
 };
 
-BT_HIDDEN
 struct bt_component *bt_component_filter_create(
                const struct bt_component_class *class);
 
-BT_HIDDEN
 void bt_component_filter_destroy(struct bt_component *component);
 
 #endif /* BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H */
This page took 0.022997 seconds and 4 git commands to generate.