qubes-core-admin-linux/dom0-updates/crc32.h

8 lines
162 B
C
Raw Normal View History

2013-03-16 17:54:00 +00:00
#ifndef _CRC32_H
#define _CRC32_H
extern unsigned long Crc32_ComputeBuf( unsigned long inCrc32, const void *buf,
size_t bufLen );
#endif /* _CRC32_H */