X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=parse.h;h=34d99d46d3e47d9b6c356d10aa6afeccf0eaadbf;hp=cf15ce0855fbb6efff797f7ff6a6c0cb88af6056;hb=292cc475b1f26ae4c94c3028fc33dee96b22655b;hpb=ff52be3d9ff93cc5e823a75c41d48f62f842feb8 diff --git a/parse.h b/parse.h index cf15ce08..34d99d46 100644 --- 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 *);