bndsrc revision 1.1.1.2
11553SrgrimesSTRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB')
21553Srgrimes
31553Srgrimes/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
41553Srgrimes/*   Version 1.1.3 entry points.                                    */
51553Srgrimes/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
61553Srgrimes
71553Srgrimes  EXPORT SYMBOL("adler32")
81553Srgrimes  EXPORT SYMBOL("compress")
91553Srgrimes  EXPORT SYMBOL("compress2")
101553Srgrimes  EXPORT SYMBOL("crc32")
111553Srgrimes  EXPORT SYMBOL("get_crc_table")
121553Srgrimes  EXPORT SYMBOL("deflate")
131553Srgrimes  EXPORT SYMBOL("deflateEnd")
141553Srgrimes  EXPORT SYMBOL("deflateSetDictionary")
151553Srgrimes  EXPORT SYMBOL("deflateCopy")
161553Srgrimes  EXPORT SYMBOL("deflateReset")
171553Srgrimes  EXPORT SYMBOL("deflateParams")
181553Srgrimes  EXPORT SYMBOL("deflatePrime")
191553Srgrimes  EXPORT SYMBOL("deflateInit_")
201553Srgrimes  EXPORT SYMBOL("deflateInit2_")
211553Srgrimes  EXPORT SYMBOL("gzopen")
221553Srgrimes  EXPORT SYMBOL("gzdopen")
231553Srgrimes  EXPORT SYMBOL("gzsetparams")
241553Srgrimes  EXPORT SYMBOL("gzread")
251553Srgrimes  EXPORT SYMBOL("gzwrite")
261553Srgrimes  EXPORT SYMBOL("gzprintf")
271553Srgrimes  EXPORT SYMBOL("gzputs")
281553Srgrimes  EXPORT SYMBOL("gzgets")
291553Srgrimes  EXPORT SYMBOL("gzputc")
301553Srgrimes  EXPORT SYMBOL("gzgetc")
311553Srgrimes  EXPORT SYMBOL("gzflush")
321553Srgrimes  EXPORT SYMBOL("gzseek")
331553Srgrimes  EXPORT SYMBOL("gzrewind")
341553Srgrimes  EXPORT SYMBOL("gztell")
351553Srgrimes  EXPORT SYMBOL("gzeof")
361553Srgrimes  EXPORT SYMBOL("gzclose")
371553Srgrimes  EXPORT SYMBOL("gzerror")
381553Srgrimes  EXPORT SYMBOL("inflate")
391553Srgrimes  EXPORT SYMBOL("inflateEnd")
401553Srgrimes  EXPORT SYMBOL("inflateSetDictionary")
411553Srgrimes  EXPORT SYMBOL("inflateSync")
421553Srgrimes  EXPORT SYMBOL("inflateReset")
431553Srgrimes  EXPORT SYMBOL("inflateInit_")
441553Srgrimes  EXPORT SYMBOL("inflateInit2_")
451553Srgrimes  EXPORT SYMBOL("inflateSyncPoint")
461553Srgrimes  EXPORT SYMBOL("uncompress")
471553Srgrimes  EXPORT SYMBOL("zlibVersion")
481553Srgrimes  EXPORT SYMBOL("zError")
491553Srgrimes  EXPORT SYMBOL("z_errmsg")
501553Srgrimes
511553Srgrimes/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
521553Srgrimes/*   Version 1.2.1 additional entry points.                         */
531553Srgrimes/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
541553Srgrimes
551553Srgrimes  EXPORT SYMBOL("compressBound")
561553Srgrimes  EXPORT SYMBOL("deflateBound")
571553Srgrimes  EXPORT SYMBOL("deflatePending")
581553Srgrimes  EXPORT SYMBOL("gzungetc")
591553Srgrimes  EXPORT SYMBOL("gzclearerr")
601553Srgrimes  EXPORT SYMBOL("inflateBack")
611553Srgrimes  EXPORT SYMBOL("inflateBackEnd")
621553Srgrimes  EXPORT SYMBOL("inflateBackInit_")
631553Srgrimes  EXPORT SYMBOL("inflateCopy")
641553Srgrimes  EXPORT SYMBOL("zlibCompileFlags")
651553Srgrimes
661553Srgrimes/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
671553Srgrimes/*   Version 1.2.4 additional entry points.                         */
681553Srgrimes/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
691553Srgrimes
701553Srgrimes  EXPORT SYMBOL("adler32_combine")
711553Srgrimes  EXPORT SYMBOL("adler32_combine64")
721553Srgrimes  EXPORT SYMBOL("crc32_combine")
731553Srgrimes  EXPORT SYMBOL("crc32_combine64")
741553Srgrimes  EXPORT SYMBOL("deflateSetHeader")
751553Srgrimes  EXPORT SYMBOL("deflateTune")
761553Srgrimes  EXPORT SYMBOL("gzbuffer")
771553Srgrimes  EXPORT SYMBOL("gzclose_r")
781553Srgrimes  EXPORT SYMBOL("gzclose_w")
791553Srgrimes  EXPORT SYMBOL("gzdirect")
801553Srgrimes  EXPORT SYMBOL("gzoffset")
811553Srgrimes  EXPORT SYMBOL("gzoffset64")
821553Srgrimes  EXPORT SYMBOL("gzopen64")
831553Srgrimes  EXPORT SYMBOL("gzseek64")
841553Srgrimes  EXPORT SYMBOL("gztell64")
851553Srgrimes  EXPORT SYMBOL("inflateGetHeader")
861553Srgrimes  EXPORT SYMBOL("inflateMark")
871553Srgrimes  EXPORT SYMBOL("inflatePrime")
881553Srgrimes  EXPORT SYMBOL("inflateReset2")
891553Srgrimes  EXPORT SYMBOL("inflateUndermine")
901553Srgrimes
911553Srgrimes/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
921553Srgrimes/*   Version 1.2.6 additional entry points.                         */
931553Srgrimes/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
941553Srgrimes
951553Srgrimes  EXPORT SYMBOL("deflateResetKeep")
961553Srgrimes  EXPORT SYMBOL("gzgetc_")
971553Srgrimes  EXPORT SYMBOL("inflateResetKeep")
981553Srgrimes
991553Srgrimes/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
1001553Srgrimes/*   Version 1.2.8 additional entry points.                         */
1011553Srgrimes/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
1021553Srgrimes
1031553Srgrimes  EXPORT SYMBOL("gzvprintf")
1041553Srgrimes  EXPORT SYMBOL("inflateGetDictionary")
1051553Srgrimes
1061553Srgrimes/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
1071553Srgrimes/*   Version 1.2.9 additional entry points.                         */
1081553Srgrimes/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
1091553Srgrimes
1101553Srgrimes  EXPORT SYMBOL("adler32_z")
1111553Srgrimes  EXPORT SYMBOL("crc32_z")
1121553Srgrimes  EXPORT SYMBOL("deflateGetDictionary")
1131553Srgrimes  EXPORT SYMBOL("gzfread")
1141553Srgrimes  EXPORT SYMBOL("gzfwrite")
1151553Srgrimes  EXPORT SYMBOL("inflateCodesUsed")
1161553Srgrimes  EXPORT SYMBOL("inflateValidate")
1171553Srgrimes  EXPORT SYMBOL("uncompress2")
1181553Srgrimes
1191553Srgrimes/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
1201553Srgrimes/*   Version 1.2.12 additional entry points.                        */
1211553Srgrimes/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
1221553Srgrimes
1231553Srgrimes  EXPORT SYMBOL("crc32_combine_gen64")
1241553Srgrimes  EXPORT SYMBOL("crc32_combine_gen")
1251553Srgrimes  EXPORT SYMBOL("crc32_combine_op")
1261553Srgrimes
1271553SrgrimesENDPGMEXP
1281553Srgrimes