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