lib: strictly type function return status enumerations
[babeltrace.git] / src / plugins / ctf / fs-src / data-stream-file.h
index 50f91b3653b879c995c824c0f2063992e6ecb927..622f6d424c9625edf49bdb7f867633bec322a391 100644 (file)
@@ -103,7 +103,7 @@ BT_HIDDEN
 void ctf_fs_ds_file_destroy(struct ctf_fs_ds_file *stream);
 
 BT_HIDDEN
-bt_self_message_iterator_status ctf_fs_ds_file_next(
+bt_component_class_message_iterator_next_method_status ctf_fs_ds_file_next(
                struct ctf_fs_ds_file *ds_file,
                bt_message **msg);
 
This page took 0.02532 seconds and 4 git commands to generate.