lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
[babeltrace.git] / include / babeltrace / graph / private-query-executor.h
index e2cbceb31f4f96957147c42f283bd17ada53c74c..2eeb48a3f88f62027f1e18f954ec371c998f5525 100644 (file)
@@ -36,7 +36,7 @@ struct bt_component_class;
 struct bt_value;
 
 static inline
-struct bt_query_executor *bt_private_query_executor_borrow_query_executor(
+struct bt_query_executor *bt_private_query_executor_as_query_executor(
                struct bt_private_query_executor *priv_query_executor)
 {
        return (void *) priv_query_executor;
This page took 0.026736 seconds and 4 git commands to generate.