lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
[babeltrace.git] / include / babeltrace / graph / port-input.h
index b57e15dfd2d0873243536c643e4768afeb049142..9e55f828adf8f4fcc031aff8ebb0459ed65bb939 100644 (file)
@@ -35,7 +35,7 @@ struct bt_port;
 struct bt_port_input;
 
 static inline
-struct bt_port *bt_port_input_borrow_port(struct bt_port_input *port_input)
+struct bt_port *bt_port_input_as_port(struct bt_port_input *port_input)
 {
        return (void *) port_input;
 }
This page took 0.032242 seconds and 4 git commands to generate.