bt2: replace copy of headers for SWIG with includes
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_connection.i
index dbdb04a533049da6e4a6801b6517d4878e26505d..bb22858303aa8781f2399071dba51a7e3ab52a53 100644 (file)
  * THE SOFTWARE.
  */
 
-/* From connection-const.h */
-
-extern const bt_port_input *bt_connection_borrow_downstream_port_const(
-               const bt_connection *connection);
-
-extern const bt_port_output *bt_connection_borrow_upstream_port_const(
-               const bt_connection *connection);
-
-extern void bt_connection_get_ref(const bt_connection *connection);
-
-extern void bt_connection_put_ref(const bt_connection *connection);
+%include <babeltrace2/graph/connection-const.h>
This page took 0.02369 seconds and 4 git commands to generate.