Cleanup option keyword/environment substitution
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index cb0b48f5d95801093cf850ad74803228a889c717..091923e3cedf376d88a8ffdc1780b09270b71e99 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -65,7 +65,7 @@ struct fio_option {
 
 typedef int (str_cb_fn)(void *, char *);
 
-extern int parse_option(const char *, struct fio_option *, void *);
+extern int parse_option(const char *, const char *, struct fio_option *, void *);
 extern void sort_options(char **, struct fio_option *, int);
 extern int parse_cmd_option(const char *t, const char *l, struct fio_option *, void *);
 extern int show_cmd_help(struct fio_option *, const char *);