summaryrefslogtreecommitdiff
path: root/crc32.h
blob: 72da4e0817a0e4f8b0dfbc8d11e7c7c834b9072d (plain)
1
2
3
4
5
6
#ifndef _CRC32_H_
#define _CRC32_H_

extern uint32_t crc32(uint32_t crc, unsigned char *buf, size_t len);

#endif /* _CRC32_H_ */