Remove comment wrt sigaction() usage, it's deprecated
[fio.git] / filehash.h
index a89a91f81d8d2ce6941deada5c02291df63ca6d2..993943a0be2dd9141285e8439fd3d138bb2ceaf5 100644 (file)
@@ -4,6 +4,7 @@
 extern unsigned int file_hash_size;
 
 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 *);
 extern void remove_file_hash(struct fio_file *);