Rename example job files (*.job -> *.fio)
[fio.git] / options.h
index e53eb1bc98155984e4f4990edd670d5ad5ebecf2..8fdd1363277500169b087ed79e06fc74d52fa24e 100644 (file)
--- a/options.h
+++ b/options.h
@@ -16,6 +16,7 @@ void add_opt_posval(const char *, const char *, const char *);
 void del_opt_posval(const char *, const char *);
 struct thread_data;
 void fio_options_free(struct thread_data *);
+char* get_name_by_idx(char *input, int index);
 int set_name_idx(char *, size_t, char *, int, bool);
 
 extern char client_sockaddr_str[];  /* used with --client option */