Fix Windows CPU count
[fio.git] / filehash.h
index b037bd7f736164f6f229e6709847e4942ee48941..5fecc3b100b31db7340c1a955b33c45fa2f49299 100644 (file)
@@ -3,9 +3,7 @@
 
 #include "lib/types.h"
 
-extern unsigned int file_hash_size;
-
-extern void file_hash_init(void *);
+extern void file_hash_init(void);
 extern void file_hash_exit(void);
 extern struct fio_file *lookup_file_hash(const char *);
 extern struct fio_file *add_file_hash(struct fio_file *);