summaryrefslogtreecommitdiff
path: root/src/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crc32.c')
-rw-r--r--src/crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crc32.c b/src/crc32.c
index 4283358..ad325ad 100644
--- a/src/crc32.c
+++ b/src/crc32.c
@@ -107,7 +107,7 @@ static unsigned int crc32_tab[] =
0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, 0x2d02ef8d
};
-const unsigned int crc32(unsigned int crc, const unsigned char *buf, size_t theSize)
+const unsigned int pclCrc32(unsigned int crc, const unsigned char *buf, size_t theSize)
{
const unsigned char *p = 0;
unsigned int rval = 0;