Visibility hidden by default
[babeltrace.git] / src / lib / graph / port.h
index 674ca5bd309cf2bf88536be67f85070b40162d7e..6f907dbc4e52a2535eceabc5c8cacf1a23e031bf 100644 (file)
@@ -21,11 +21,9 @@ struct bt_port {
 
 struct bt_component;
 
-BT_HIDDEN
 struct bt_port *bt_port_create(struct bt_component *parent_component,
                enum bt_port_type type, const char *name, void *user_data);
 
-BT_HIDDEN
 void bt_port_set_connection(struct bt_port *port,
                struct bt_connection *connection);
 
This page took 0.023083 seconds and 4 git commands to generate.