server: properly configure port without argument
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 65f79e03ee2f0f88789bd1329e0c046650de9168..04963cd8b1680e6cb7062e8eb0696eba579310a9 100644 (file)
--- a/fio.h
+++ b/fio.h
 
 struct thread_data;
 
-#define FIO_MAJOR      1
-#define FIO_MINOR      99
-#define FIO_PATCH      0
-
 #include "compiler/compiler.h"
 #include "flist.h"
 #include "fifo.h"
@@ -705,4 +701,7 @@ static inline void td_io_u_free_notify(struct thread_data *td)
                pthread_cond_signal(&td->free_cond);
 }
 
+extern const char *fio_get_arch_string(int);
+extern const char *fio_get_os_string(int);
+
 #endif