summaryrefslogtreecommitdiffstats
path: root/src/hash.h
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-08-09 19:52:22 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-08-09 19:52:22 +0200
commit6e710dcac95a402acb2f07db549a12f526b700a1 (patch)
tree79f1b1d8e8b2228610373bcf18c97d9c332c2745 /src/hash.h
parentb2883167d5db98d279687ea009950569568316a3 (diff)
download0xFFFF-6e710dcac95a402acb2f07db549a12f526b700a1.tar.bz2
Remove old hash.c code
Diffstat (limited to 'src/hash.h')
-rw-r--r--src/hash.h10
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