configure: add gettid() test
[fio.git] / options.h
index e53eb1bc98155984e4f4990edd670d5ad5ebecf2..5276f31e6818673a338fcbc3ef18997263b0abd0 100644 (file)
--- a/options.h
+++ b/options.h
@@ -16,6 +16,9 @@ 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);
 
 extern char client_sockaddr_str[];  /* used with --client option */