diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2012-08-09 19:52:22 +0200 |
---|---|---|
committer | Pali Rohár <pali.rohar@gmail.com> | 2012-08-09 19:52:22 +0200 |
commit | 6e710dcac95a402acb2f07db549a12f526b700a1 (patch) | |
tree | 79f1b1d8e8b2228610373bcf18c97d9c332c2745 /src/hash.h | |
parent | b2883167d5db98d279687ea009950569568316a3 (diff) | |
download | 0xFFFF-6e710dcac95a402acb2f07db549a12f526b700a1.tar.bz2 |
Remove old hash.c code
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 |