home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 568a.lha / compress.library_v1.0 / programmers / compress_lib.fd next >
Text File  |  1991-10-09  |  407b  |  16 lines

  1. * compress.library 
  2. ##base _CompressBase
  3. ##bias 30
  4. ##public
  5. * Information-request function 
  6. CompressInfo(taglist)(a0)
  7. * General compression/decompression functions 
  8. Compress(taglist)(a0)
  9. Decompress(taglist)(a0)
  10. * Asyncronous functions, only present if CS_AsyncSupport is returns true 
  11. CompressStart(taglist)(a0)
  12. DecompressStart(taglist)(a0)
  13. CompressCheck(asynchandle)(d0)
  14. CompressEnd(asynchandle)(d0)
  15. ##end
  16.