summaryrefslogtreecommitdiff
path: root/crc32.h
diff options
context:
space:
mode:
authorzyp <zyp@localhost>2006-05-08 15:23:20 +0200
committerzyp <zyp@localhost>2006-05-08 15:23:20 +0200
commitdf9c15d40a50ed17baa7bdbb11ef6cca9d410cf3 (patch)
tree4ceb64d5c29e6bf487f8a6e7dde655a2c0b5f26a /crc32.h
parent3a5b32f44a95b989e39273527fc924ad3d32465e (diff)
[project @ zyp-20060508132320-2c118d1a7e2505db]
[project @ 24] Converted from make to distutils.
Diffstat (limited to 'crc32.h')
-rw-r--r--crc32.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/crc32.h b/crc32.h
deleted file mode 100644
index 646ccce..0000000
--- a/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_