lib: make trace IR API const-correct
[babeltrace.git] / include / babeltrace / graph / private-notification-packet.h
index a3971d449544f70d8ce361ed91944da02c3d3878..e895255eca20a286a42251dc4cbf2bd7946479da 100644 (file)
@@ -30,25 +30,25 @@ extern "C" {
 #endif
 
 struct bt_private_notification;
-struct bt_private_connection_private_notification_iterator;
-struct bt_private_packet;
+struct bt_self_notification_iterator;
+struct bt_packet;
 
 extern
 struct bt_private_notification *bt_private_notification_packet_begin_create(
-               struct bt_private_connection_private_notification_iterator *notification_iterator,
-               struct bt_private_packet *packet);
+               struct bt_self_notification_iterator *notification_iterator,
+               struct bt_packet *packet);
 
 extern
 struct bt_private_notification *bt_private_notification_packet_end_create(
-               struct bt_private_connection_private_notification_iterator *notification_iterator,
-               struct bt_private_packet *packet);
+               struct bt_self_notification_iterator *notification_iterator,
+               struct bt_packet *packet);
 
-extern struct bt_private_packet *
-bt_private_notification_packet_begin_borrow_private_packet(
+extern struct bt_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(
+extern struct bt_packet *
+bt_private_notification_packet_end_borrow_packet(
                struct bt_private_notification *notification);
 
 #ifdef __cplusplus
This page took 0.025473 seconds and 4 git commands to generate.