lib: make trace IR API const-correct
[babeltrace.git] / plugins / ctf / common / notif-iter / notif-iter.h
index a504da948d2dd56e1f1f92a45a5471b602474dcd..7d69bb1f7e0bbddea9700b64fa53546588950ca0 100644 (file)
@@ -287,8 +287,8 @@ void bt_notif_iter_destroy(struct bt_notif_iter *notif_iter);
 BT_HIDDEN
 enum bt_notif_iter_status bt_notif_iter_get_next_notification(
                struct bt_notif_iter *notit,
-               struct bt_private_connection_private_notification_iterator *notif_iter,
-               struct bt_notification **notification);
+               struct bt_self_notification_iterator *notif_iter,
+               struct bt_private_notification **notification);
 
 /**
  * Returns the first packet header and context fields. This function
This page took 0.024526 seconds and 4 git commands to generate.