X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=file.h;h=6f34dd5c3d315608778f638e6be45ef7f4726cd1;hb=4fc8c5adec635f3a0d7e6c666328e96f14a9f015;hp=0cf622fcbb213a7922ecb96a8e7b7f88bd76b2f2;hpb=ecfd2bb08cc87bc9a1b3d612258f1fdfb4d09698;p=fio.git diff --git a/file.h b/file.h index 0cf622fc..6f34dd5c 100644 --- a/file.h +++ b/file.h @@ -209,7 +209,8 @@ extern void dup_files(struct thread_data *, struct thread_data *); extern int get_fileno(struct thread_data *, const char *); extern void free_release_files(struct thread_data *); extern void filesetup_mem_free(void); -void fio_file_reset(struct thread_data *, struct fio_file *); -int fio_files_done(struct thread_data *); +extern void fio_file_reset(struct thread_data *, struct fio_file *); +extern bool fio_files_done(struct thread_data *); +extern bool exists_and_not_regfile(const char *); #endif