home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLIB_COMPRESS_PROTOS_H
- #define CLIB_COMPRESS_PROTOS_H
-
- /* "compress.library" */
- void CompressInfo(struct TagItem *taglist);
- long Compress(struct TagItem *taglist);
- long Decompress(struct TagItem *taglist);
- long CompressStart(struct TagItem *taglist);
- long DecompressStart(struct TagItem *taglist);
- int CompressCheck(long asynchandle);
- long CompressEnd(long asynchandle);
-
- #endif
-