diff options
author | zyp <zyp@localhost> | 2006-10-27 13:30:01 +0200 |
---|---|---|
committer | zyp <zyp@localhost> | 2006-10-27 13:30:01 +0200 |
commit | e7372290e93e2fa26237e2ecbe257c8ccc4dce30 (patch) | |
tree | 5e5e1bff5b9f3191e0dea2d7bdc9a55a82345542 /hash/crc32.h | |
parent | 802668818e930d91c37f8107e4c8822bd3ebdfac (diff) |
[project @ zyp-20061027113001-b3ca581e0efa4fa6]
[project @ 65]
This should not be here.
Diffstat (limited to 'hash/crc32.h')
-rw-r--r-- | hash/crc32.h | 11 |
1 files changed, 0 insertions, 11 deletions
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_ |