lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
[babeltrace.git] / include / babeltrace / graph / self-component.h
index db2a8a8d84879049c387677e2c6e13283bf923d6..b5d8f551d5e4d5af7c10b11f810706dc8b14f02b 100644 (file)
@@ -40,7 +40,7 @@ enum bt_self_component_status {
 };
 
 static inline
-struct bt_component *bt_self_component_borrow_component(
+struct bt_component *bt_self_component_as_component(
                struct bt_self_component *self_component)
 {
        return (void *) self_component;
This page took 0.025278 seconds and 4 git commands to generate.