X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=options.h;h=ae51cb3e9b2127d75383126bbc74cf12fd4d3c0e;hb=c504ee558187d53c76d417b8d6c9617dd05b762b;hp=b66b6e748edbcf826c65d208ef9e3c49a1fb627e;hpb=f6e7d776d102b98702382cad02602235a2491e71;p=fio.git diff --git a/options.h b/options.h index b66b6e74..ae51cb3e 100644 --- a/options.h +++ b/options.h @@ -111,5 +111,6 @@ enum opt_category_group { extern struct opt_group *opt_group_from_mask(unsigned int *mask); extern struct opt_group *opt_group_cat_from_mask(unsigned int *mask); +extern struct fio_option *fio_option_find(const char *name); #endif