lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
[babeltrace.git] / include / babeltrace / graph / private-notification.h
index 72b3840bdd06ac0fb636ee29a003367223aa52af..3833d632db0354cfcc27d8329bddfe126ac59b0c 100644 (file)
@@ -33,7 +33,7 @@ struct bt_notification;
 struct bt_private_notification;
 
 static inline
-struct bt_notification *bt_private_notification_borrow_notification(
+struct bt_notification *bt_private_notification_as_notification(
                struct bt_private_notification *notification)
 {
        return (void *) notification;
This page took 0.024218 seconds and 4 git commands to generate.