lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
[babeltrace.git] / include / babeltrace / graph / component-filter.h
index ebc5538739b15c9401f3bcbc66f006e00bd41214..89238f2817bbfc34c68ef3641eb691f157b2d0a1 100644 (file)
@@ -37,7 +37,7 @@ struct bt_port_input;
 struct bt_port_output;
 
 static inline
-struct bt_component *bt_component_filter_borrow_component(
+struct bt_component *bt_component_filter_as_component(
                struct bt_component_filter *component)
 {
        return (void *) component;
This page took 0.023885 seconds and 4 git commands to generate.