lib: make trace IR API const-correct
[babeltrace.git] / include / babeltrace / graph / private-notification-packet.h
index cd7c548afdb6b99b37c230667a538d90f6b979aa..e895255eca20a286a42251dc4cbf2bd7946479da 100644 (file)
@@ -31,23 +31,23 @@ extern "C" {
 
 struct bt_private_notification;
 struct bt_self_notification_iterator;
-struct bt_private_packet;
+struct bt_packet;
 
 extern
 struct bt_private_notification *bt_private_notification_packet_begin_create(
                struct bt_self_notification_iterator *notification_iterator,
-               struct bt_private_packet *packet);
+               struct bt_packet *packet);
 
 extern
 struct bt_private_notification *bt_private_notification_packet_end_create(
                struct bt_self_notification_iterator *notification_iterator,
-               struct bt_private_packet *packet);
+               struct bt_packet *packet);
 
-extern struct bt_private_packet *
+extern struct bt_packet *
 bt_private_notification_packet_begin_borrow_packet(
                struct bt_private_notification *notification);
 
-extern struct bt_private_packet *
+extern struct bt_packet *
 bt_private_notification_packet_end_borrow_packet(
                struct bt_private_notification *notification);
 
This page took 0.023637 seconds and 4 git commands to generate.