lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
[babeltrace.git] / include / babeltrace / graph / component-sink.h
index 6c33eb757963a55ea2fe0406a26ef249536bee46..12fe73d4f4584a8f587c154ae851b3fd10e41283 100644 (file)
@@ -36,7 +36,7 @@ struct bt_component_sink;
 struct bt_port_input;
 
 static inline
-struct bt_component *bt_component_sink_borrow_component(
+struct bt_component *bt_component_sink_as_component(
                struct bt_component_sink *component)
 {
        return (void *) component;
This page took 0.024278 seconds and 4 git commands to generate.