lib: make trace IR API const-correct
[babeltrace.git] / include / babeltrace / graph / notification-stream.h
index 4283e32fdaecfe09949035841bb86cd42a346f9e..2dea094cf790135b9dc74cb7dd2fecf0d5f270de 100644 (file)
@@ -30,20 +30,22 @@ extern "C" {
 #endif
 
 struct bt_notification;
-struct bt_private_connection_private_notification_iterator;
+struct bt_self_notification_iterator;
 struct bt_clock_value;
 struct bt_stream;
 
-extern struct bt_stream *bt_notification_stream_begin_borrow_stream(
+extern const struct bt_stream *bt_notification_stream_begin_borrow_stream(
                struct bt_notification *notification);
 
-extern struct bt_clock_value *bt_notification_stream_begin_borrow_default_clock_value(
+extern const struct bt_clock_value *
+bt_notification_stream_begin_borrow_default_clock_value(
                struct bt_notification *notif);
 
-extern struct bt_stream *bt_notification_stream_end_borrow_stream(
+extern const struct bt_stream *bt_notification_stream_end_borrow_stream(
                struct bt_notification *notification);
 
-extern struct bt_clock_value *bt_notification_stream_end_borrow_default_clock_value(
+extern const struct bt_clock_value *
+bt_notification_stream_end_borrow_default_clock_value(
                struct bt_notification *notif);
 
 #ifdef __cplusplus
This page took 0.023212 seconds and 4 git commands to generate.