home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume8 / unzip_gs / crc32.h < prev    next >
Text File  |  1989-09-23  |  187b  |  10 lines

  1. long crc32val;
  2.  
  3. /* update running CRC calculation with contents of a buffer */
  4.  
  5. #ifndef    OLDC
  6. void UpdateCRC(unsigned char *s, register int len);
  7. #else
  8. void UpdateCRC();
  9. #endif    /* OLDC */
  10.