Makefile: Fix order of arguments in linker call
[dmsetup-tc.git] / crc32.h
blob97af0e1c077649d18a21e37c7223318c689e1726
1 #ifndef CRC32_H
2 #define CRC32_H
4 /* Compute and return a 32 bit CRC of the buffer. */
5 unsigned long crc32(const unsigned char *buf, unsigned int len);
7 #endif /* CRC32_H */