summaryrefslogtreecommitdiff
path: root/filehash.h
diff options
context:
space:
mode:
Diffstat (limited to 'filehash.h')
-rw-r--r--filehash.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/filehash.h b/filehash.h
deleted file mode 100644
index 5fecc3b1..00000000
--- a/filehash.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef FIO_FILE_HASH_H
-#define FIO_FILE_HASH_H
-
-#include "lib/types.h"
-
-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 *);
-extern void fio_file_hash_lock(void);
-extern void fio_file_hash_unlock(void);
-extern bool file_bloom_exists(const char *, bool);
-
-#endif