7 lines
124 B
C
7 lines
124 B
C
|
#ifndef __CRC32_H__
|
||
|
#define __CRC32_H__
|
||
|
|
||
|
extern int Crc32_ComputeFile( FILE *file, unsigned long *outCrc32 );
|
||
|
|
||
|
#endif
|