1 #ifndef __PCHECKSUM_H__
2 #define __PCHECKSUM_H__
3 
4 extern void (*P_Checksum)(int);
5 extern void P_ChecksumFinal(void);
6 void P_RecordChecksum(const char *file);
7 //void P_VerifyChecksum(const char *file);
8 
9 #endif
10