lib: make graph API const-correct
[babeltrace.git] / plugins / ctf / fs-src / data-stream-file.h
index a0ac6c7423d4c1388a2e80f33592aa4ae1abb813..a02501c6074a1c006559880c79e5f991fc8a62bd 100644 (file)
@@ -144,7 +144,7 @@ void ctf_fs_ds_file_destroy(struct ctf_fs_ds_file *stream);
 BT_HIDDEN
 enum bt_notification_iterator_status ctf_fs_ds_file_next(
                struct ctf_fs_ds_file *ds_file,
-               struct bt_private_notification **notif);
+               struct bt_notification **notif);
 
 BT_HIDDEN
 struct ctf_fs_ds_index *ctf_fs_ds_file_build_index(
This page took 0.023298 seconds and 4 git commands to generate.