White space spring cleaning
[fio.git] / options.h
index ae51cb3e9b2127d75383126bbc74cf12fd4d3c0e..28bfe9191e84881c15a34337af9de18b1134fc8a 100644 (file)
--- a/options.h
+++ b/options.h
@@ -112,5 +112,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);
+extern unsigned int fio_get_kb_base(void *);
 
 #endif