home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / util / unix / macutil2.sha / macutil / hexbin / crc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-05  |  215 b   |  11 lines

  1. #define INITCRC binhex_crcinit
  2.  
  3. extern unsigned long crc;
  4. extern unsigned long binhex_crcinit;
  5. extern unsigned long binhex_updcrc();
  6.  
  7. extern void comp_q_crc();
  8. extern void comp_q_crc_n();
  9. extern void verify_crc();
  10.  
  11.