init: escape description option string
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index cf15ce0855fbb6efff797f7ff6a6c0cb88af6056..34d99d46d3e47d9b6c356d10aa6afeccf0eaadbf 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -76,7 +76,7 @@ struct fio_option {
 
 typedef int (str_cb_fn)(void *, char *);
 
-extern int parse_option(char *, const char *, struct fio_option *, struct fio_option **, void *);
+extern int parse_option(char *, const char *, struct fio_option *, struct fio_option **, void *, int);
 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 *);