home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 568a.lha / compress.library_v1.0 / programmers / include / clib / compress_protos.h
Encoding:
C/C++ Source or Header  |  1991-10-09  |  389 b   |  14 lines

  1. #ifndef  CLIB_COMPRESS_PROTOS_H
  2. #define  CLIB_COMPRESS_PROTOS_H
  3.  
  4. /* "compress.library" */
  5. void CompressInfo(struct TagItem *taglist);
  6. long Compress(struct TagItem *taglist);
  7. long Decompress(struct TagItem *taglist);
  8. long CompressStart(struct TagItem *taglist);
  9. long DecompressStart(struct TagItem *taglist);
  10. int CompressCheck(long asynchandle);
  11. long CompressEnd(long asynchandle);
  12.  
  13. #endif
  14.