tap-driver.sh: flush stdout after each test result
[babeltrace.git] / plugins / ctf / fs-src / file.h
index 59f3d0ec7d4931a72bf0623c7aef8ad78008d37b..4e578af3d267a468a08ec34da3f9f187dcb1290a 100644 (file)
 
 #include <stdio.h>
 #include <glib.h>
-#include <babeltrace/babeltrace-internal.h>
+#include <babeltrace2/babeltrace-internal.h>
 #include "fs.h"
 
 BT_HIDDEN
 void ctf_fs_file_destroy(struct ctf_fs_file *file);
 
 BT_HIDDEN
-struct ctf_fs_file *ctf_fs_file_create(struct ctf_fs_component *ctf_fs);
+struct ctf_fs_file *ctf_fs_file_create(void);
 
 BT_HIDDEN
-int ctf_fs_file_open(struct ctf_fs_component *ctf_fs, struct ctf_fs_file *file,
-               const char *mode);
+int ctf_fs_file_open(struct ctf_fs_file *file, const char *mode);
 
 #endif /* CTF_FS_FILE_H */
This page took 0.023831 seconds and 4 git commands to generate.