#ifndef __CRC32_H__ #define __CRC32_H__ extern int Crc32_ComputeFile( FILE *file, unsigned long *outCrc32 ); #endif