1; zlib data compression library
2EXPORTS
3; basic functions
4    @ZLIB_SYMBOL_PREFIX@zlibVersion
5    @ZLIB_SYMBOL_PREFIX@deflate
6    @ZLIB_SYMBOL_PREFIX@deflateEnd
7    @ZLIB_SYMBOL_PREFIX@inflate
8    @ZLIB_SYMBOL_PREFIX@inflateEnd
9; advanced functions
10    @ZLIB_SYMBOL_PREFIX@deflateSetDictionary
11    @ZLIB_SYMBOL_PREFIX@deflateGetDictionary
12    @ZLIB_SYMBOL_PREFIX@deflateCopy
13    @ZLIB_SYMBOL_PREFIX@deflateReset
14    @ZLIB_SYMBOL_PREFIX@deflateParams
15    @ZLIB_SYMBOL_PREFIX@deflateTune
16    @ZLIB_SYMBOL_PREFIX@deflateBound
17    @ZLIB_SYMBOL_PREFIX@deflatePending
18    @ZLIB_SYMBOL_PREFIX@deflatePrime
19    @ZLIB_SYMBOL_PREFIX@deflateSetHeader
20    @ZLIB_SYMBOL_PREFIX@inflateSetDictionary
21    @ZLIB_SYMBOL_PREFIX@inflateGetDictionary
22    @ZLIB_SYMBOL_PREFIX@inflateSync
23    @ZLIB_SYMBOL_PREFIX@inflateCopy
24    @ZLIB_SYMBOL_PREFIX@inflateReset
25    @ZLIB_SYMBOL_PREFIX@inflateReset2
26    @ZLIB_SYMBOL_PREFIX@inflatePrime
27    @ZLIB_SYMBOL_PREFIX@inflateMark
28    @ZLIB_SYMBOL_PREFIX@inflateGetHeader
29    @ZLIB_SYMBOL_PREFIX@inflateBack
30    @ZLIB_SYMBOL_PREFIX@inflateBackEnd
31    @ZLIB_SYMBOL_PREFIX@zlibCompileFlags
32; utility functions
33    @ZLIB_SYMBOL_PREFIX@compress
34    @ZLIB_SYMBOL_PREFIX@compress2
35    @ZLIB_SYMBOL_PREFIX@compressBound
36    @ZLIB_SYMBOL_PREFIX@uncompress
37    @ZLIB_SYMBOL_PREFIX@uncompress2
38    @ZLIB_SYMBOL_PREFIX@gzopen
39    @ZLIB_SYMBOL_PREFIX@gzdopen
40    @ZLIB_SYMBOL_PREFIX@gzbuffer
41    @ZLIB_SYMBOL_PREFIX@gzsetparams
42    @ZLIB_SYMBOL_PREFIX@gzread
43    @ZLIB_SYMBOL_PREFIX@gzfread
44    @ZLIB_SYMBOL_PREFIX@gzwrite
45    @ZLIB_SYMBOL_PREFIX@gzfwrite
46    @ZLIB_SYMBOL_PREFIX@gzprintf
47    @ZLIB_SYMBOL_PREFIX@gzvprintf
48    @ZLIB_SYMBOL_PREFIX@gzputs
49    @ZLIB_SYMBOL_PREFIX@gzgets
50    @ZLIB_SYMBOL_PREFIX@gzputc
51    @ZLIB_SYMBOL_PREFIX@gzgetc
52    @ZLIB_SYMBOL_PREFIX@gzungetc
53    @ZLIB_SYMBOL_PREFIX@gzflush
54    @ZLIB_SYMBOL_PREFIX@gzseek
55    @ZLIB_SYMBOL_PREFIX@gzrewind
56    @ZLIB_SYMBOL_PREFIX@gztell
57    @ZLIB_SYMBOL_PREFIX@gzoffset
58    @ZLIB_SYMBOL_PREFIX@gzeof
59    @ZLIB_SYMBOL_PREFIX@gzdirect
60    @ZLIB_SYMBOL_PREFIX@gzclose
61    @ZLIB_SYMBOL_PREFIX@gzclose_r
62    @ZLIB_SYMBOL_PREFIX@gzclose_w
63    @ZLIB_SYMBOL_PREFIX@gzerror
64    @ZLIB_SYMBOL_PREFIX@gzclearerr
65; large file functions
66    @ZLIB_SYMBOL_PREFIX@gzopen64
67    @ZLIB_SYMBOL_PREFIX@gzseek64
68    @ZLIB_SYMBOL_PREFIX@gztell64
69    @ZLIB_SYMBOL_PREFIX@gzoffset64
70    @ZLIB_SYMBOL_PREFIX@adler32_combine64
71    @ZLIB_SYMBOL_PREFIX@crc32_combine64
72    @ZLIB_SYMBOL_PREFIX@crc32_combine_gen64
73; checksum functions
74    @ZLIB_SYMBOL_PREFIX@adler32
75    @ZLIB_SYMBOL_PREFIX@adler32_z
76    @ZLIB_SYMBOL_PREFIX@crc32
77    @ZLIB_SYMBOL_PREFIX@crc32_z
78    @ZLIB_SYMBOL_PREFIX@adler32_combine
79    @ZLIB_SYMBOL_PREFIX@crc32_combine
80    @ZLIB_SYMBOL_PREFIX@crc32_combine_gen
81    @ZLIB_SYMBOL_PREFIX@crc32_combine_op
82; various hacks, don't look :)
83    @ZLIB_SYMBOL_PREFIX@deflateInit_
84    @ZLIB_SYMBOL_PREFIX@deflateInit2_
85    @ZLIB_SYMBOL_PREFIX@inflateInit_
86    @ZLIB_SYMBOL_PREFIX@inflateInit2_
87    @ZLIB_SYMBOL_PREFIX@inflateBackInit_
88    @ZLIB_SYMBOL_PREFIX@gzgetc_
89    @ZLIB_SYMBOL_PREFIX@zError
90    @ZLIB_SYMBOL_PREFIX@inflateSyncPoint
91    @ZLIB_SYMBOL_PREFIX@get_crc_table
92    @ZLIB_SYMBOL_PREFIX@inflateUndermine
93    @ZLIB_SYMBOL_PREFIX@inflateValidate
94    @ZLIB_SYMBOL_PREFIX@inflateCodesUsed
95    @ZLIB_SYMBOL_PREFIX@inflateResetKeep
96    @ZLIB_SYMBOL_PREFIX@deflateResetKeep
97    @ZLIB_SYMBOL_PREFIX@gzopen_w
98