1 /* Automatically generated header (sfdc 1.4)! Do not edit! */
3 #ifndef CLIB_BZ2_PROTOS_H
4 #define CLIB_BZ2_PROTOS_H
7 ** $VER: bz2_protos.h 2.1 (06.04.2010)
9 ** C prototypes. For use with 32 bit integers only.
11 ** Copyright © 2001 Amiga, Inc.
12 ** All Rights Reserved
18 #endif /* __cplusplus */
20 const char * BZ2_bzlibVersion(void);
21 LONG
BZ2_bzCompressInit(bz_stream
*strm
, LONG blockSize100k
, LONG verbosity
, LONG workFactor
);
22 LONG
BZ2_bzCompress(bz_stream
*strm
, LONG action
);
23 LONG
BZ2_bzCompressEnd(bz_stream
*strm
);
24 LONG
BZ2_bzDecompressInit(bz_stream
*strm
, LONG verbosity
, LONG small
);
25 LONG
BZ2_bzDecompress(bz_stream
*strm
);
26 LONG
BZ2_bzDecompressEnd(bz_stream
*strm
);
27 LONG
BZ2_bzBuffToBuffCompress(APTR dest
, ULONG
*destLen
, CONST_APTR source
, ULONG sourceLen
, LONG blockSize100k
, LONG verbosity
, LONG workFactor
);
28 LONG
BZ2_bzBuffToBuffDecompress(APTR dest
, ULONG
*destLen
, CONST_APTR source
, ULONG sourceLen
, LONG small
, LONG verbosity
);
32 #endif /* __cplusplus */
34 #endif /* CLIB_BZ2_PROTOS_H */