Merge branch 'dev' of https://github.com/smartxworks/fio
[fio.git] / options.h
index 8fdd1363277500169b087ed79e06fc74d52fa24e..5276f31e6818673a338fcbc3ef18997263b0abd0 100644 (file)
--- a/options.h
+++ b/options.h
@@ -16,6 +16,8 @@ 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_next_str(char **ptr);
+int get_max_str_idx(char *input);
 char* get_name_by_idx(char *input, int index);
 int set_name_idx(char *, size_t, char *, int, bool);