1; zlib-ng data compression library 2EXPORTS 3; basic functions 4 @ZLIB_SYMBOL_PREFIX@zlibng_version 5 @ZLIB_SYMBOL_PREFIX@zng_deflate 6 @ZLIB_SYMBOL_PREFIX@zng_deflateEnd 7 @ZLIB_SYMBOL_PREFIX@zng_inflate 8 @ZLIB_SYMBOL_PREFIX@zng_inflateEnd 9; advanced functions 10 @ZLIB_SYMBOL_PREFIX@zng_deflateSetDictionary 11 @ZLIB_SYMBOL_PREFIX@zng_deflateGetDictionary 12 @ZLIB_SYMBOL_PREFIX@zng_deflateCopy 13 @ZLIB_SYMBOL_PREFIX@zng_deflateReset 14 @ZLIB_SYMBOL_PREFIX@zng_deflateParams 15 @ZLIB_SYMBOL_PREFIX@zng_deflateTune 16 @ZLIB_SYMBOL_PREFIX@zng_deflateBound 17 @ZLIB_SYMBOL_PREFIX@zng_deflatePending 18 @ZLIB_SYMBOL_PREFIX@zng_deflatePrime 19 @ZLIB_SYMBOL_PREFIX@zng_deflateSetHeader 20 @ZLIB_SYMBOL_PREFIX@zng_deflateSetParams 21 @ZLIB_SYMBOL_PREFIX@zng_deflateGetParams 22 @ZLIB_SYMBOL_PREFIX@zng_inflateSetDictionary 23 @ZLIB_SYMBOL_PREFIX@zng_inflateGetDictionary 24 @ZLIB_SYMBOL_PREFIX@zng_inflateSync 25 @ZLIB_SYMBOL_PREFIX@zng_inflateCopy 26 @ZLIB_SYMBOL_PREFIX@zng_inflateReset 27 @ZLIB_SYMBOL_PREFIX@zng_inflateReset2 28 @ZLIB_SYMBOL_PREFIX@zng_inflatePrime 29 @ZLIB_SYMBOL_PREFIX@zng_inflateMark 30 @ZLIB_SYMBOL_PREFIX@zng_inflateGetHeader 31 @ZLIB_SYMBOL_PREFIX@zng_inflateBack 32 @ZLIB_SYMBOL_PREFIX@zng_inflateBackEnd 33 @ZLIB_SYMBOL_PREFIX@zng_zlibCompileFlags 34; utility functions 35 @ZLIB_SYMBOL_PREFIX@zng_compress 36 @ZLIB_SYMBOL_PREFIX@zng_compress2 37 @ZLIB_SYMBOL_PREFIX@zng_compressBound 38 @ZLIB_SYMBOL_PREFIX@zng_uncompress 39 @ZLIB_SYMBOL_PREFIX@zng_uncompress2 40; checksum functions 41 @ZLIB_SYMBOL_PREFIX@zng_adler32 42 @ZLIB_SYMBOL_PREFIX@zng_adler32_z 43 @ZLIB_SYMBOL_PREFIX@zng_crc32 44 @ZLIB_SYMBOL_PREFIX@zng_crc32_z 45 @ZLIB_SYMBOL_PREFIX@zng_adler32_combine 46 @ZLIB_SYMBOL_PREFIX@zng_crc32_combine 47; various hacks, don't look :) 48 @ZLIB_SYMBOL_PREFIX@zng_deflateInit_ 49 @ZLIB_SYMBOL_PREFIX@zng_deflateInit2_ 50 @ZLIB_SYMBOL_PREFIX@zng_inflateInit_ 51 @ZLIB_SYMBOL_PREFIX@zng_inflateInit2_ 52 @ZLIB_SYMBOL_PREFIX@zng_inflateBackInit_ 53 @ZLIB_SYMBOL_PREFIX@zng_zError 54 @ZLIB_SYMBOL_PREFIX@zng_inflateSyncPoint 55 @ZLIB_SYMBOL_PREFIX@zng_get_crc_table 56 @ZLIB_SYMBOL_PREFIX@zng_inflateUndermine 57 @ZLIB_SYMBOL_PREFIX@zng_inflateValidate 58 @ZLIB_SYMBOL_PREFIX@zng_inflateCodesUsed 59 @ZLIB_SYMBOL_PREFIX@zng_inflateResetKeep 60 @ZLIB_SYMBOL_PREFIX@zng_deflateResetKeep 61