@@ -0,0 +1,11 @@
/* crc.h */
#ifndef __CRC_H
#define __CRC_H
#include "types.h"
extern bool check_crc(char *buffer, int len);
#endif /* __CRC_H */
The note is not visible to the blocked user.