Start of client/server
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 022ba57c2eb0e7b5992ddc133bd947bc10bb2b86..49ddd92c92330f4a6d7adb5b708d5d422a552427 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -690,6 +690,9 @@ static inline int should_fsync(struct thread_data *td)
  * Init/option functions
  */
 extern int __must_check parse_options(int, char **);
+extern int parse_jobs_ini(char *, int, int);
+extern int exec_run(void);
+extern void reset_fio_state(void);
 extern int fio_options_parse(struct thread_data *, char **, int);
 extern void fio_keywords_init(void);
 extern int fio_cmd_option_parse(struct thread_data *, const char *, char *);