#ifndef __CRC32_H__ #define __CRC32_H__ /*******************************************************************************************************/ extern unsigned int crc32( const unsigned char *buf, unsigned int size); #endif /******************************************************************************************************* ** End Of File ********************************************************************************************************/