lib: private functions: do not repeat `private` word
[babeltrace.git] / include / babeltrace / graph / private-notification-packet.h
index a3971d449544f70d8ce361ed91944da02c3d3878..2e0b21f2c1a1aff4ed59e2e3159962a85a4a69a3 100644 (file)
@@ -44,11 +44,11 @@ struct bt_private_notification *bt_private_notification_packet_end_create(
                struct bt_private_packet *packet);
 
 extern struct bt_private_packet *
-bt_private_notification_packet_begin_borrow_private_packet(
+bt_private_notification_packet_begin_borrow_packet(
                struct bt_private_notification *notification);
 
 extern struct bt_private_packet *
-bt_private_notification_packet_end_borrow_private_packet(
+bt_private_notification_packet_end_borrow_packet(
                struct bt_private_notification *notification);
 
 #ifdef __cplusplus
This page took 0.023398 seconds and 4 git commands to generate.