gfio: hide graph if all values are zero
[fio.git] / options.h
index b66b6e748edbcf826c65d208ef9e3c49a1fb627e..ae51cb3e9b2127d75383126bbc74cf12fd4d3c0e 100644 (file)
--- 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