diff options
Diffstat (limited to 'src/hash.h')
-rw-r--r-- | src/hash.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/hash.h b/src/hash.h deleted file mode 100644 index 03825ae..0000000 --- a/src/hash.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _INCLUDE_HASH_H_ -#define _INCLUDE_HASH_H_ - -#define usho unsigned short -#define BSIZE 0x20000 - -usho do_hash(usho *b, int len); -usho do_hash_file(const char *filename, const char *type); - -#endif |