Various GUI updates
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 9af047c2eed344fe990f0f534b09310c7d457315..7930aa0fb57b3f30029a4369033417745afa88a4 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -587,6 +587,7 @@ static inline int should_fsync(struct thread_data *td)
 /*
  * Init/option functions
  */
+extern int __must_check fio_init_options(void);
 extern int __must_check parse_options(int, char **);
 extern int parse_jobs_ini(char *, int, int);
 extern int parse_cmd_line(int, char **);