X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=file.h;h=f7e5d2046a3e98cbce18ae94665a4318215c0dec;hb=d730bc584efd96359ecc838ee7316a2127100b68;hp=0cf622fcbb213a7922ecb96a8e7b7f88bd76b2f2;hpb=ecfd2bb08cc87bc9a1b3d612258f1fdfb4d09698;p=fio.git diff --git a/file.h b/file.h index 0cf622fc..f7e5d204 100644 --- a/file.h +++ b/file.h @@ -209,7 +209,7 @@ 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 int fio_files_done(struct thread_data *); #endif