ZEXPORT
uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) {
uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2) {
uLong ZEXPORT adler32_combine64(uLong adler1, uLong adler2, z_off64_t len2) {
uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf, z_size_t len) {
int ZEXPORT compress2_z(Bytef *dest, z_size_t *destLen, const Bytef *source,
int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source,
int ZEXPORT compress_z(Bytef *dest, z_size_t *destLen, const Bytef *source,
int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source,
z_size_t ZEXPORT compressBound_z(z_size_t sourceLen) {
uLong ZEXPORT compressBound(uLong sourceLen) {
const z_crc_t FAR * ZEXPORT get_crc_table(void) {
uLong ZEXPORT crc32_z(uLong crc, const unsigned char FAR *buf, z_size_t len) {
uLong ZEXPORT crc32_z(uLong crc, const unsigned char FAR *buf, z_size_t len) {
uLong ZEXPORT crc32(uLong crc, const unsigned char FAR *buf, uInt len) {
uLong ZEXPORT crc32_combine_gen64(z_off64_t len2) {
uLong ZEXPORT crc32_combine_gen(z_off_t len2) {
uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op) {
uLong ZEXPORT crc32_combine64(uLong crc1, uLong crc2, z_off64_t len2) {
uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) {
int ZEXPORT deflateEnd(z_streamp strm) {
int ZEXPORT deflateCopy(z_streamp dest, z_streamp source) {
int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version,
int ZEXPORT deflateInit2_(z_streamp strm, int level, int method,
int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary,
int ZEXPORT deflateGetDictionary(z_streamp strm, Bytef *dictionary,
int ZEXPORT deflateResetKeep(z_streamp strm) {
int ZEXPORT deflateReset(z_streamp strm) {
int ZEXPORT deflateSetHeader(z_streamp strm, gz_headerp head) {
int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits) {
int ZEXPORT deflateUsed(z_streamp strm, int *bits) {
int ZEXPORT deflatePrime(z_streamp strm, int bits, int value) {
int ZEXPORT deflateParams(z_streamp strm, int level, int strategy) {
int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy,
z_size_t ZEXPORT deflateBound_z(z_streamp strm, z_size_t sourceLen) {
uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) {
int ZEXPORT deflate(z_streamp strm, int flush) {
int ZEXPORT gzclose(gzFile file) {
ZEXTERN gzFile ZEXPORT gzopen64(const char *, const char *);
ZEXTERN z_off64_t ZEXPORT gzseek64(gzFile, z_off64_t, int);
ZEXTERN z_off64_t ZEXPORT gztell64(gzFile);
ZEXTERN z_off64_t ZEXPORT gzoffset64(gzFile);
gzFile ZEXPORT gzopen(const char *path, const char *mode) {
gzFile ZEXPORT gzopen64(const char *path, const char *mode) {
gzFile ZEXPORT gzdopen(int fd, const char *mode) {
gzFile ZEXPORT gzopen_w(const wchar_t *path, const char *mode) {
int ZEXPORT gzbuffer(gzFile file, unsigned size) {
int ZEXPORT gzrewind(gzFile file) {
z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) {
z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) {
z_off64_t ZEXPORT gztell64(gzFile file) {
z_off_t ZEXPORT gztell(gzFile file) {
z_off64_t ZEXPORT gzoffset64(gzFile file) {
z_off_t ZEXPORT gzoffset(gzFile file) {
int ZEXPORT gzeof(gzFile file) {
const char * ZEXPORT gzerror(gzFile file, int *errnum) {
void ZEXPORT gzclearerr(gzFile file) {
int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) {
z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems,
int ZEXPORT gzgetc(gzFile file) {
int ZEXPORT gzgetc_(gzFile file) {
int ZEXPORT gzungetc(int c, gzFile file) {
char * ZEXPORT gzgets(gzFile file, char *buf, int len) {
int ZEXPORT gzdirect(gzFile file) {
int ZEXPORT gzclose_r(gzFile file) {
int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len) {
z_size_t ZEXPORT gzfwrite(voidpc buf, z_size_t size, z_size_t nitems,
int ZEXPORT gzputc(gzFile file, int c) {
int ZEXPORT gzputs(gzFile file, const char *s) {
int ZEXPORT gzflush(gzFile file, int flush) {
int ZEXPORT gzsetparams(gzFile file, int level, int strategy) {
int ZEXPORT gzclose_w(gzFile file) {
int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc,
int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits,
int ZEXPORT inflateBackEnd(z_streamp strm) {
int ZEXPORT inflateResetKeep(z_streamp strm) {
int ZEXPORT inflateEnd(z_streamp strm) {
int ZEXPORT inflateReset(z_streamp strm) {
int ZEXPORT inflateGetDictionary(z_streamp strm, Bytef *dictionary,
int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary,
int ZEXPORT inflateGetHeader(z_streamp strm, gz_headerp head) {
int ZEXPORT inflateSync(z_streamp strm) {
int ZEXPORT inflateReset2(z_streamp strm, int windowBits) {
int ZEXPORT inflateSyncPoint(z_streamp strm) {
int ZEXPORT inflateCopy(z_streamp dest, z_streamp source) {
int ZEXPORT inflateUndermine(z_streamp strm, int subvert) {
int ZEXPORT inflateValidate(z_streamp strm, int check) {
long ZEXPORT inflateMark(z_streamp strm) {
unsigned long ZEXPORT inflateCodesUsed(z_streamp strm) {
int ZEXPORT inflateInit2_(z_streamp strm, int windowBits,
int ZEXPORT inflateInit_(z_streamp strm, const char *version,
int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) {
int ZEXPORT inflate(z_streamp strm, int flush) {
int ZEXPORT uncompress2_z(Bytef *dest, z_size_t *destLen, const Bytef *source,
int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source,
int ZEXPORT uncompress_z(Bytef *dest, z_size_t *destLen, const Bytef *source,
int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source,
#ifndef ZEXPORT
ZEXTERN int ZEXPORT inflatePrime(z_streamp strm,
ZEXTERN long ZEXPORT inflateMark(z_streamp strm);
ZEXTERN int ZEXPORT inflateGetHeader(z_streamp strm,
ZEXTERN int ZEXPORT inflateBack(z_streamp strm,
ZEXTERN int ZEXPORT inflateBackEnd(z_streamp strm);
ZEXTERN uLong ZEXPORT zlibCompileFlags(void);
ZEXTERN int ZEXPORT compress(Bytef *dest, uLongf *destLen,
ZEXTERN int ZEXPORT compress_z(Bytef *dest, z_size_t *destLen,
ZEXTERN int ZEXPORT compress2(Bytef *dest, uLongf *destLen,
ZEXTERN int ZEXPORT compress2_z(Bytef *dest, z_size_t *destLen,
ZEXTERN uLong ZEXPORT compressBound(uLong sourceLen);
ZEXTERN z_size_t ZEXPORT compressBound_z(z_size_t sourceLen);
ZEXTERN int ZEXPORT uncompress(Bytef *dest, uLongf *destLen,
ZEXTERN int ZEXPORT uncompress_z(Bytef *dest, z_size_t *destLen,
ZEXTERN int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen,
ZEXTERN int ZEXPORT uncompress2_z(Bytef *dest, z_size_t *destLen,
ZEXTERN gzFile ZEXPORT gzdopen(int fd, const char *mode);
ZEXTERN int ZEXPORT gzbuffer(gzFile file, unsigned size);
ZEXTERN int ZEXPORT gzsetparams(gzFile file, int level, int strategy);
ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len);
ZEXTERN z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems,
ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len);
ZEXTERN z_size_t ZEXPORT gzfwrite(voidpc buf, z_size_t size,
ZEXTERN int ZEXPORT gzputs(gzFile file, const char *s);
ZEXTERN char * ZEXPORT gzgets(gzFile file, char *buf, int len);
ZEXTERN int ZEXPORT gzputc(gzFile file, int c);
ZEXTERN int ZEXPORT gzgetc(gzFile file);
ZEXTERN int ZEXPORT gzungetc(int c, gzFile file);
ZEXTERN int ZEXPORT gzflush(gzFile file, int flush);
ZEXTERN int ZEXPORT gzrewind(gzFile file);
ZEXTERN int ZEXPORT gzeof(gzFile file);
ZEXTERN int ZEXPORT gzdirect(gzFile file);
ZEXTERN int ZEXPORT gzclose(gzFile file);
ZEXTERN int ZEXPORT gzclose_r(gzFile file);
ZEXTERN int ZEXPORT gzclose_w(gzFile file);
ZEXTERN const char * ZEXPORT gzerror(gzFile file, int *errnum);
ZEXTERN void ZEXPORT gzclearerr(gzFile file);
ZEXTERN uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len);
ZEXTERN uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf,
ZEXTERN uLong ZEXPORT crc32(uLong crc, const Bytef *buf, uInt len);
ZEXTERN uLong ZEXPORT crc32_z(uLong crc, const Bytef *buf,
ZEXTERN uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op);
ZEXTERN int ZEXPORT deflateInit_(z_streamp strm, int level,
ZEXTERN int ZEXPORT inflateInit_(z_streamp strm,
ZEXTERN int ZEXPORT deflateInit2_(z_streamp strm, int level, int method,
ZEXTERN int ZEXPORT inflateInit2_(z_streamp strm, int windowBits,
ZEXTERN int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits,
ZEXTERN int ZEXPORT gzgetc_(gzFile file); /* backward compatibility */
ZEXTERN gzFile ZEXPORT gzopen64(const char *, const char *);
ZEXTERN z_off64_t ZEXPORT gzseek64(gzFile, z_off64_t, int);
ZEXTERN z_off64_t ZEXPORT gztell64(gzFile);
ZEXTERN z_off64_t ZEXPORT gzoffset64(gzFile);
ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t);
ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t);
ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t);
ZEXTERN gzFile ZEXPORT gzopen64(const char *, const char *);
ZEXTERN z_off_t ZEXPORT gzseek64(gzFile, z_off_t, int);
ZEXTERN z_off_t ZEXPORT gztell64(gzFile);
ZEXTERN z_off_t ZEXPORT gzoffset64(gzFile);
ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t);
ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t);
ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t);
ZEXTERN gzFile ZEXPORT gzopen(const char *, const char *);
ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
ZEXTERN z_off_t ZEXPORT gztell(gzFile);
ZEXTERN z_off_t ZEXPORT gzoffset(gzFile);
ZEXTERN uLong ZEXPORT adler32_combine(uLong, uLong, z_off_t);
ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t);
ZEXTERN uLong ZEXPORT adler32_combine(uLong, uLong, z_off_t);
ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t);
ZEXTERN const char * ZEXPORT zError(int);
ZEXTERN int ZEXPORT inflateSyncPoint(z_streamp);
ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table(void);
ZEXTERN int ZEXPORT inflateUndermine(z_streamp, int);
ZEXTERN int ZEXPORT inflateValidate(z_streamp, int);
ZEXTERN unsigned long ZEXPORT inflateCodesUsed(z_streamp);
ZEXTERN int ZEXPORT inflateResetKeep(z_streamp);
ZEXTERN int ZEXPORT deflateResetKeep(z_streamp);
ZEXTERN gzFile ZEXPORT gzopen_w(const wchar_t *path,
ZEXTERN const char * ZEXPORT zlibVersion(void);
ZEXTERN int ZEXPORT deflate(z_streamp strm, int flush);
ZEXTERN int ZEXPORT deflateEnd(z_streamp strm);
ZEXTERN int ZEXPORT inflate(z_streamp strm, int flush);
ZEXTERN int ZEXPORT inflateEnd(z_streamp strm);
ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm,
ZEXTERN int ZEXPORT deflateGetDictionary(z_streamp strm,
ZEXTERN int ZEXPORT deflateCopy(z_streamp dest,
ZEXTERN int ZEXPORT deflateReset(z_streamp strm);
ZEXTERN int ZEXPORT deflateParams(z_streamp strm,
ZEXTERN int ZEXPORT deflateTune(z_streamp strm,
ZEXTERN uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen);
ZEXTERN z_size_t ZEXPORT deflateBound_z(z_streamp strm, z_size_t sourceLen);
ZEXTERN int ZEXPORT deflatePending(z_streamp strm,
ZEXTERN int ZEXPORT deflateUsed(z_streamp strm,
ZEXTERN int ZEXPORT deflatePrime(z_streamp strm,
ZEXTERN int ZEXPORT deflateSetHeader(z_streamp strm,
ZEXTERN int ZEXPORT inflateSetDictionary(z_streamp strm,
ZEXTERN int ZEXPORT inflateGetDictionary(z_streamp strm,
ZEXTERN int ZEXPORT inflateSync(z_streamp strm);
ZEXTERN int ZEXPORT inflateCopy(z_streamp dest,
ZEXTERN int ZEXPORT inflateReset(z_streamp strm);
ZEXTERN int ZEXPORT inflateReset2(z_streamp strm,
const char * ZEXPORT zError(int err) {
const char * ZEXPORT zlibVersion(void) {
uLong ZEXPORT zlibCompileFlags(void) {
ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t);
ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t);
ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t);
uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) {
uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2) {
uLong ZEXPORT adler32_combine64(uLong adler1, uLong adler2, z_off64_t len2) {
uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf, z_size_t len) {
int ZEXPORT compress2_z(Bytef *dest, z_size_t *destLen, const Bytef *source,
int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source,
int ZEXPORT compress_z(Bytef *dest, z_size_t *destLen, const Bytef *source,
int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source,
z_size_t ZEXPORT compressBound_z(z_size_t sourceLen) {
uLong ZEXPORT compressBound(uLong sourceLen) {
const z_crc_t FAR * ZEXPORT get_crc_table(void) {
uLong ZEXPORT crc32_z(uLong crc, const unsigned char FAR *buf, z_size_t len) {
uLong ZEXPORT crc32_z(uLong crc, const unsigned char FAR *buf, z_size_t len) {
uLong ZEXPORT crc32(uLong crc, const unsigned char FAR *buf, uInt len) {
uLong ZEXPORT crc32_combine_gen64(z_off64_t len2) {
uLong ZEXPORT crc32_combine_gen(z_off_t len2) {
uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op) {
uLong ZEXPORT crc32_combine64(uLong crc1, uLong crc2, z_off64_t len2) {
uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) {
int ZEXPORT deflateEnd(z_streamp strm) {
int ZEXPORT deflateCopy(z_streamp dest, z_streamp source) {
int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version,
int ZEXPORT deflateInit2_(z_streamp strm, int level, int method,
int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary,
int ZEXPORT deflateGetDictionary(z_streamp strm, Bytef *dictionary,
int ZEXPORT deflateResetKeep(z_streamp strm) {
int ZEXPORT deflateReset(z_streamp strm) {
int ZEXPORT deflateSetHeader(z_streamp strm, gz_headerp head) {
int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits) {
int ZEXPORT deflateUsed(z_streamp strm, int *bits) {
int ZEXPORT deflatePrime(z_streamp strm, int bits, int value) {
int ZEXPORT deflateParams(z_streamp strm, int level, int strategy) {
int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy,
z_size_t ZEXPORT deflateBound_z(z_streamp strm, z_size_t sourceLen) {
uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) {
int ZEXPORT deflate(z_streamp strm, int flush) {
int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc,
int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits,
int ZEXPORT inflateBackEnd(z_streamp strm) {
int ZEXPORT inflateResetKeep(z_streamp strm) {
int ZEXPORT inflateEnd(z_streamp strm) {
int ZEXPORT inflateReset(z_streamp strm) {
int ZEXPORT inflateGetDictionary(z_streamp strm, Bytef *dictionary,
int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary,
int ZEXPORT inflateGetHeader(z_streamp strm, gz_headerp head) {
int ZEXPORT inflateSync(z_streamp strm) {
int ZEXPORT inflateReset2(z_streamp strm, int windowBits) {
int ZEXPORT inflateSyncPoint(z_streamp strm) {
int ZEXPORT inflateCopy(z_streamp dest, z_streamp source) {
int ZEXPORT inflateUndermine(z_streamp strm, int subvert) {
int ZEXPORT inflateValidate(z_streamp strm, int check) {
long ZEXPORT inflateMark(z_streamp strm) {
unsigned long ZEXPORT inflateCodesUsed(z_streamp strm) {
int ZEXPORT inflateInit2_(z_streamp strm, int windowBits,
int ZEXPORT inflateInit_(z_streamp strm, const char *version,
int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) {
int ZEXPORT inflate(z_streamp strm, int flush) {
#ifndef ZEXPORT
ZEXTERN int ZEXPORT inflatePrime(z_streamp strm,
ZEXTERN long ZEXPORT inflateMark(z_streamp strm);
ZEXTERN int ZEXPORT inflateGetHeader(z_streamp strm,
ZEXTERN int ZEXPORT inflateBack(z_streamp strm,
ZEXTERN int ZEXPORT inflateBackEnd(z_streamp strm);
ZEXTERN uLong ZEXPORT zlibCompileFlags(void);
ZEXTERN int ZEXPORT compress(Bytef *dest, uLongf *destLen,
ZEXTERN int ZEXPORT compress_z(Bytef *dest, z_size_t *destLen,
ZEXTERN int ZEXPORT compress2(Bytef *dest, uLongf *destLen,
ZEXTERN int ZEXPORT compress2_z(Bytef *dest, z_size_t *destLen,
ZEXTERN uLong ZEXPORT compressBound(uLong sourceLen);
ZEXTERN z_size_t ZEXPORT compressBound_z(z_size_t sourceLen);
ZEXTERN int ZEXPORT uncompress(Bytef *dest, uLongf *destLen,
ZEXTERN int ZEXPORT uncompress_z(Bytef *dest, z_size_t *destLen,
ZEXTERN int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen,
ZEXTERN int ZEXPORT uncompress2_z(Bytef *dest, z_size_t *destLen,
ZEXTERN gzFile ZEXPORT gzdopen(int fd, const char *mode);
ZEXTERN int ZEXPORT gzbuffer(gzFile file, unsigned size);
ZEXTERN int ZEXPORT gzsetparams(gzFile file, int level, int strategy);
ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len);
ZEXTERN z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems,
ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len);
ZEXTERN z_size_t ZEXPORT gzfwrite(voidpc buf, z_size_t size,
ZEXTERN int ZEXPORT gzputs(gzFile file, const char *s);
ZEXTERN char * ZEXPORT gzgets(gzFile file, char *buf, int len);
ZEXTERN int ZEXPORT gzputc(gzFile file, int c);
ZEXTERN int ZEXPORT gzgetc(gzFile file);
ZEXTERN int ZEXPORT gzungetc(int c, gzFile file);
ZEXTERN int ZEXPORT gzflush(gzFile file, int flush);
ZEXTERN int ZEXPORT gzrewind(gzFile file);
ZEXTERN int ZEXPORT gzeof(gzFile file);
ZEXTERN int ZEXPORT gzdirect(gzFile file);
ZEXTERN int ZEXPORT gzclose(gzFile file);
ZEXTERN int ZEXPORT gzclose_r(gzFile file);
ZEXTERN int ZEXPORT gzclose_w(gzFile file);
ZEXTERN const char * ZEXPORT gzerror(gzFile file, int *errnum);
ZEXTERN void ZEXPORT gzclearerr(gzFile file);
ZEXTERN uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len);
ZEXTERN uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf,
ZEXTERN uLong ZEXPORT crc32(uLong crc, const Bytef *buf, uInt len);
ZEXTERN uLong ZEXPORT crc32_z(uLong crc, const Bytef *buf,
ZEXTERN uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op);
ZEXTERN int ZEXPORT deflateInit_(z_streamp strm, int level,
ZEXTERN int ZEXPORT inflateInit_(z_streamp strm,
ZEXTERN int ZEXPORT deflateInit2_(z_streamp strm, int level, int method,
ZEXTERN int ZEXPORT inflateInit2_(z_streamp strm, int windowBits,
ZEXTERN int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits,
ZEXTERN int ZEXPORT gzgetc_(gzFile file); /* backward compatibility */
ZEXTERN gzFile ZEXPORT gzopen64(const char *, const char *);
ZEXTERN z_off64_t ZEXPORT gzseek64(gzFile, z_off64_t, int);
ZEXTERN z_off64_t ZEXPORT gztell64(gzFile);
ZEXTERN z_off64_t ZEXPORT gzoffset64(gzFile);
ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t);
ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t);
ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t);
ZEXTERN gzFile ZEXPORT gzopen64(const char *, const char *);
ZEXTERN z_off_t ZEXPORT gzseek64(gzFile, z_off_t, int);
ZEXTERN z_off_t ZEXPORT gztell64(gzFile);
ZEXTERN z_off_t ZEXPORT gzoffset64(gzFile);
ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t);
ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t);
ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t);
ZEXTERN gzFile ZEXPORT gzopen(const char *, const char *);
ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
ZEXTERN z_off_t ZEXPORT gztell(gzFile);
ZEXTERN z_off_t ZEXPORT gzoffset(gzFile);
ZEXTERN uLong ZEXPORT adler32_combine(uLong, uLong, z_off_t);
ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t);
ZEXTERN uLong ZEXPORT adler32_combine(uLong, uLong, z_off_t);
ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t);
ZEXTERN const char * ZEXPORT zError(int);
ZEXTERN int ZEXPORT inflateSyncPoint(z_streamp);
ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table(void);
ZEXTERN int ZEXPORT inflateUndermine(z_streamp, int);
ZEXTERN int ZEXPORT inflateValidate(z_streamp, int);
ZEXTERN unsigned long ZEXPORT inflateCodesUsed(z_streamp);
ZEXTERN int ZEXPORT inflateResetKeep(z_streamp);
ZEXTERN int ZEXPORT deflateResetKeep(z_streamp);
ZEXTERN gzFile ZEXPORT gzopen_w(const wchar_t *path,
ZEXTERN const char * ZEXPORT zlibVersion(void);
ZEXTERN int ZEXPORT deflate(z_streamp strm, int flush);
ZEXTERN int ZEXPORT deflateEnd(z_streamp strm);
ZEXTERN int ZEXPORT inflate(z_streamp strm, int flush);
ZEXTERN int ZEXPORT inflateEnd(z_streamp strm);
ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm,
ZEXTERN int ZEXPORT deflateGetDictionary(z_streamp strm,
ZEXTERN int ZEXPORT deflateCopy(z_streamp dest,
ZEXTERN int ZEXPORT deflateReset(z_streamp strm);
ZEXTERN int ZEXPORT deflateParams(z_streamp strm,
ZEXTERN int ZEXPORT deflateTune(z_streamp strm,
ZEXTERN uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen);
ZEXTERN z_size_t ZEXPORT deflateBound_z(z_streamp strm, z_size_t sourceLen);
ZEXTERN int ZEXPORT deflatePending(z_streamp strm,
ZEXTERN int ZEXPORT deflateUsed(z_streamp strm,
ZEXTERN int ZEXPORT deflatePrime(z_streamp strm,
ZEXTERN int ZEXPORT deflateSetHeader(z_streamp strm,
ZEXTERN int ZEXPORT inflateSetDictionary(z_streamp strm,
ZEXTERN int ZEXPORT inflateGetDictionary(z_streamp strm,
ZEXTERN int ZEXPORT inflateSync(z_streamp strm);
ZEXTERN int ZEXPORT inflateCopy(z_streamp dest,
ZEXTERN int ZEXPORT inflateReset(z_streamp strm);
ZEXTERN int ZEXPORT inflateReset2(z_streamp strm,
const char * ZEXPORT zError(int err) {
const char * ZEXPORT zlibVersion(void) {
uLong ZEXPORT zlibCompileFlags(void) {
ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t);
ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t);
ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t);