X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=parse.h;h=4edf75e5871251a59b078c1a954fd4df21177901;hb=25dfa848abbb6c35b4d45fabd5a8e82cb77fb285;hp=091923e3cedf376d88a8ffdc1780b09270b71e99;hpb=d0c814ececb7410e97d1a437e80fc2dfd5c6de38;p=fio.git diff --git a/parse.h b/parse.h index 091923e3..4edf75e5 100644 --- 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 *, const char *, struct fio_option *, void *); +extern int parse_option(char *, const char *, struct fio_option *, 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 *);