Below is the file 'crc.h' from this revision. You can also download the file.

/* crc.h */

#ifndef __CRC_H
#define __CRC_H

#include "types.h"

extern bool check_crc(char *buffer, int len);

#endif /* __CRC_H */