home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / MN325SRC.ZIP / makenl-3.2.5 / src / crc16.h < prev    next >
Text File  |  2005-02-06  |  201b  |  5 lines

  1. /* $Id: crc16.h,v 1.2 2004/07/11 09:32:05 ozzmosis Exp $ */
  2.  
  3. unsigned short CRC16DoByte(unsigned char byte, unsigned short CRCnow);
  4. unsigned short CRC16String(const char *str, unsigned short crc);
  5.