1 #ifndef _CRC_H 2 #define _CRC_H 3 4 extern unsigned long compute_crc(const unsigned char *b, size_t n); 5 6 #endif /* _CRC_H */ 7