crc32.h 206 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 /* * crc32.h * See crc32.c for license and changes * * FIXME: Remove in 2.5 */ int bnep_crc32_init(void); void bnep_crc32_cleanup(void); u32 bnep_crc32(u32 crc, unsigned char const *p, size_t len);