Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / devs / diskimage / include / aros / clib / bz2_protos.h
blobdaaea339e1990b4848cc429fba5467ccd8af91a9
1 /* Automatically generated header (sfdc 1.4)! Do not edit! */
3 #ifndef CLIB_BZ2_PROTOS_H
4 #define CLIB_BZ2_PROTOS_H
6 /*
7 ** $VER: bz2_protos.h 2.1 (06.04.2010)
8 **
9 ** C prototypes. For use with 32 bit integers only.
11 ** Copyright © 2001 Amiga, Inc.
12 ** All Rights Reserved
16 #ifdef __cplusplus
17 extern "C" {
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);
30 #ifdef __cplusplus
32 #endif /* __cplusplus */
34 #endif /* CLIB_BZ2_PROTOS_H */