lib: make trace IR API const-correct
[babeltrace.git] / include / babeltrace / graph / private-notification-event.h
index cbede7a8f0efe64ec876682b9c696cd187d83f49..6051286b705200a81ed0f0d9d2fbc6897f36aea3 100644 (file)
@@ -31,17 +31,17 @@ extern "C" {
 
 struct bt_private_notification;
 struct bt_self_notification_iterator;
-struct bt_private_event;
-struct bt_private_packet;
-struct bt_private_event_class;
+struct bt_event;
+struct bt_packet;
+struct bt_event_class;
 
 extern
 struct bt_private_notification *bt_private_notification_event_create(
                struct bt_self_notification_iterator *notification_iterator,
-               struct bt_private_event_class *event_class,
-               struct bt_private_packet *packet);
+               struct bt_event_class *event_class,
+               struct bt_packet *packet);
 
-extern struct bt_private_event *
+extern struct bt_event *
 bt_private_notification_event_borrow_event(
                struct bt_private_notification *notification);
 
This page took 0.022988 seconds and 4 git commands to generate.