Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4679 → Rev 4680

/contrib/media/updf/include/crc32.h
0,0 → 1,8
 
long crc32val;
 
void UpdateCRC(unsigned char *s,
register int len);
 
/* update running CRC calculation with contents of a buffer */