core-admin/dom0/qubes-rpc/crc32.h
2013-03-14 01:22:43 +01:00

8 lines
162 B
C

#ifndef _CRC32_H
#define _CRC32_H
extern unsigned long Crc32_ComputeBuf( unsigned long inCrc32, const void *buf,
size_t bufLen );
#endif /* _CRC32_H */