Command help match also on aliases
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index a6adcb7bbc5b27cc00004e4a2949fcef13cb90f6..e1b35ea499934054b1149b77795ddadbf5577067 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -635,7 +635,6 @@ extern void disk_util_timer_arm(void);
 extern void setup_log(struct io_log **);
 extern void finish_log(struct thread_data *, struct io_log *, const char *);
 extern void __finish_log(struct io_log *, const char *);
-extern int setup_rate(struct thread_data *);
 extern struct io_log *agg_io_log[2];
 extern int write_bw_log;
 extern void add_agg_sample(unsigned long, enum fio_ddir);