X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=parse.h;h=4edf75e5871251a59b078c1a954fd4df21177901;hp=091923e3cedf376d88a8ffdc1780b09270b71e99;hb=de890a1e48d40238dac69f302708dde8719de240;hpb=1b8dbf256b974fac2864052931f3041ff3ead157 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 *);