Visibility hidden by default
[babeltrace.git] / src / lib / graph / connection.h
index 87c23f33271a2fc41bd0564a66be7563e90cc804..bc2513d5fb0689ecb6acefb9139fd436ff10be5c 100644 (file)
@@ -45,15 +45,12 @@ struct bt_connection {
        bool notified_graph_ports_connected;
 };
 
-BT_HIDDEN
 struct bt_connection *bt_connection_create(struct bt_graph *graph,
                struct bt_port *upstream_port,
                struct bt_port *downstream_port);
 
-BT_HIDDEN
 void bt_connection_end(struct bt_connection *conn, bool try_remove_from_graph);
 
-BT_HIDDEN
 void bt_connection_remove_iterator(struct bt_connection *conn,
                struct bt_message_iterator *iterator);
 
This page took 0.022698 seconds and 4 git commands to generate.