Memory leak fixes
[fio.git] / options.h
index c6c2086e0a76286a87f44bbb469307ccdddc09e4..ed6b9c2da47a5699cb9b4d3f1808eba4b8ede019 100644 (file)
--- a/options.h
+++ b/options.h
@@ -15,6 +15,8 @@ extern char *exec_profile;
 
 void add_opt_posval(const char *, const char *, const char *);
 void del_opt_posval(const char *, const char *);
+struct thread_data;
+void fio_options_free(struct thread_data *);
 
 static inline int o_match(struct fio_option *o, const char *opt)
 {