From e7372290e93e2fa26237e2ecbe257c8ccc4dce30 Mon Sep 17 00:00:00 2001 From: zyp Date: Fri, 27 Oct 2006 11:30:01 +0000 Subject: [project @ zyp-20061027113001-b3ca581e0efa4fa6] [project @ 65] This should not be here. --- hash/crc32.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 hash/crc32.h (limited to 'hash/crc32.h') diff --git a/hash/crc32.h b/hash/crc32.h deleted file mode 100644 index 646ccce..0000000 --- a/hash/crc32.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef _CRC32_H_ -#define _CRC32_H_ - -namespace CRC32 { - extern int* crc_table; - int* generate_table(); - int reflect(int data, int bits); - int crc32(int crc, const char* data, int length); -} - -#endif // _CRC32_H_ -- cgit v1.2.3