Index: libmpc/trunk/common/crc32.c
===================================================================
--- libmpc/trunk/common/crc32.c	(revision 414)
+++ libmpc/trunk/common/crc32.c	(revision 443)
@@ -51,5 +51,5 @@
 
 /* Return the CRC of the bytes buf[0..len-1]. */
-unsigned long crc32(unsigned char *buf, int len)
+unsigned long mpc_crc32(unsigned char *buf, int len)
 {
 	return update_crc(0xffffffffL, buf, len) ^ 0xffffffffL;
