xref: /netbsd-src/external/gpl3/gdb.old/dist/zlib/os400/bndsrc (revision 699b0f9210494f137dd95d11c9bffdbb2f69ace2)
1*699b0f92SchristosSTRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB')
2*699b0f92Schristos
3*699b0f92Schristos/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
4*699b0f92Schristos/*   Version 1.1.3 entry points.                                    */
5*699b0f92Schristos/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
6*699b0f92Schristos
7*699b0f92Schristos  EXPORT SYMBOL("adler32")
8*699b0f92Schristos  EXPORT SYMBOL("compress")
9*699b0f92Schristos  EXPORT SYMBOL("compress2")
10*699b0f92Schristos  EXPORT SYMBOL("crc32")
11*699b0f92Schristos  EXPORT SYMBOL("get_crc_table")
12*699b0f92Schristos  EXPORT SYMBOL("deflate")
13*699b0f92Schristos  EXPORT SYMBOL("deflateEnd")
14*699b0f92Schristos  EXPORT SYMBOL("deflateSetDictionary")
15*699b0f92Schristos  EXPORT SYMBOL("deflateCopy")
16*699b0f92Schristos  EXPORT SYMBOL("deflateReset")
17*699b0f92Schristos  EXPORT SYMBOL("deflateParams")
18*699b0f92Schristos  EXPORT SYMBOL("deflatePrime")
19*699b0f92Schristos  EXPORT SYMBOL("deflateInit_")
20*699b0f92Schristos  EXPORT SYMBOL("deflateInit2_")
21*699b0f92Schristos  EXPORT SYMBOL("gzopen")
22*699b0f92Schristos  EXPORT SYMBOL("gzdopen")
23*699b0f92Schristos  EXPORT SYMBOL("gzsetparams")
24*699b0f92Schristos  EXPORT SYMBOL("gzread")
25*699b0f92Schristos  EXPORT SYMBOL("gzwrite")
26*699b0f92Schristos  EXPORT SYMBOL("gzprintf")
27*699b0f92Schristos  EXPORT SYMBOL("gzputs")
28*699b0f92Schristos  EXPORT SYMBOL("gzgets")
29*699b0f92Schristos  EXPORT SYMBOL("gzputc")
30*699b0f92Schristos  EXPORT SYMBOL("gzgetc")
31*699b0f92Schristos  EXPORT SYMBOL("gzflush")
32*699b0f92Schristos  EXPORT SYMBOL("gzseek")
33*699b0f92Schristos  EXPORT SYMBOL("gzrewind")
34*699b0f92Schristos  EXPORT SYMBOL("gztell")
35*699b0f92Schristos  EXPORT SYMBOL("gzeof")
36*699b0f92Schristos  EXPORT SYMBOL("gzclose")
37*699b0f92Schristos  EXPORT SYMBOL("gzerror")
38*699b0f92Schristos  EXPORT SYMBOL("inflate")
39*699b0f92Schristos  EXPORT SYMBOL("inflateEnd")
40*699b0f92Schristos  EXPORT SYMBOL("inflateSetDictionary")
41*699b0f92Schristos  EXPORT SYMBOL("inflateSync")
42*699b0f92Schristos  EXPORT SYMBOL("inflateReset")
43*699b0f92Schristos  EXPORT SYMBOL("inflateInit_")
44*699b0f92Schristos  EXPORT SYMBOL("inflateInit2_")
45*699b0f92Schristos  EXPORT SYMBOL("inflateSyncPoint")
46*699b0f92Schristos  EXPORT SYMBOL("uncompress")
47*699b0f92Schristos  EXPORT SYMBOL("zlibVersion")
48*699b0f92Schristos  EXPORT SYMBOL("zError")
49*699b0f92Schristos  EXPORT SYMBOL("z_errmsg")
50*699b0f92Schristos
51*699b0f92Schristos/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
52*699b0f92Schristos/*   Version 1.2.1 additional entry points.                         */
53*699b0f92Schristos/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
54*699b0f92Schristos
55*699b0f92Schristos  EXPORT SYMBOL("compressBound")
56*699b0f92Schristos  EXPORT SYMBOL("deflateBound")
57*699b0f92Schristos  EXPORT SYMBOL("deflatePending")
58*699b0f92Schristos  EXPORT SYMBOL("gzungetc")
59*699b0f92Schristos  EXPORT SYMBOL("gzclearerr")
60*699b0f92Schristos  EXPORT SYMBOL("inflateBack")
61*699b0f92Schristos  EXPORT SYMBOL("inflateBackEnd")
62*699b0f92Schristos  EXPORT SYMBOL("inflateBackInit_")
63*699b0f92Schristos  EXPORT SYMBOL("inflateCopy")
64*699b0f92Schristos  EXPORT SYMBOL("zlibCompileFlags")
65*699b0f92Schristos
66*699b0f92Schristos/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
67*699b0f92Schristos/*   Version 1.2.4 additional entry points.                         */
68*699b0f92Schristos/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
69*699b0f92Schristos
70*699b0f92Schristos  EXPORT SYMBOL("adler32_combine")
71*699b0f92Schristos  EXPORT SYMBOL("adler32_combine64")
72*699b0f92Schristos  EXPORT SYMBOL("crc32_combine")
73*699b0f92Schristos  EXPORT SYMBOL("crc32_combine64")
74*699b0f92Schristos  EXPORT SYMBOL("deflateSetHeader")
75*699b0f92Schristos  EXPORT SYMBOL("deflateTune")
76*699b0f92Schristos  EXPORT SYMBOL("gzbuffer")
77*699b0f92Schristos  EXPORT SYMBOL("gzclose_r")
78*699b0f92Schristos  EXPORT SYMBOL("gzclose_w")
79*699b0f92Schristos  EXPORT SYMBOL("gzdirect")
80*699b0f92Schristos  EXPORT SYMBOL("gzoffset")
81*699b0f92Schristos  EXPORT SYMBOL("gzoffset64")
82*699b0f92Schristos  EXPORT SYMBOL("gzopen64")
83*699b0f92Schristos  EXPORT SYMBOL("gzseek64")
84*699b0f92Schristos  EXPORT SYMBOL("gztell64")
85*699b0f92Schristos  EXPORT SYMBOL("inflateGetHeader")
86*699b0f92Schristos  EXPORT SYMBOL("inflateMark")
87*699b0f92Schristos  EXPORT SYMBOL("inflatePrime")
88*699b0f92Schristos  EXPORT SYMBOL("inflateReset2")
89*699b0f92Schristos  EXPORT SYMBOL("inflateUndermine")
90*699b0f92Schristos
91*699b0f92Schristos/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
92*699b0f92Schristos/*   Version 1.2.6 additional entry points.                         */
93*699b0f92Schristos/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
94*699b0f92Schristos
95*699b0f92Schristos  EXPORT SYMBOL("deflateResetKeep")
96*699b0f92Schristos  EXPORT SYMBOL("gzgetc_")
97*699b0f92Schristos  EXPORT SYMBOL("inflateResetKeep")
98*699b0f92Schristos
99*699b0f92Schristos/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
100*699b0f92Schristos/*   Version 1.2.8 additional entry points.                         */
101*699b0f92Schristos/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
102*699b0f92Schristos
103*699b0f92Schristos  EXPORT SYMBOL("gzvprintf")
104*699b0f92Schristos  EXPORT SYMBOL("inflateGetDictionary")
105*699b0f92Schristos
106*699b0f92Schristos/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
107*699b0f92Schristos/*   Version 1.2.9 additional entry points.                         */
108*699b0f92Schristos/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
109*699b0f92Schristos
110*699b0f92Schristos  EXPORT SYMBOL("adler32_z")
111*699b0f92Schristos  EXPORT SYMBOL("crc32_z")
112*699b0f92Schristos  EXPORT SYMBOL("deflateGetDictionary")
113*699b0f92Schristos  EXPORT SYMBOL("gzfread")
114*699b0f92Schristos  EXPORT SYMBOL("gzfwrite")
115*699b0f92Schristos  EXPORT SYMBOL("inflateCodesUsed")
116*699b0f92Schristos  EXPORT SYMBOL("inflateValidate")
117*699b0f92Schristos  EXPORT SYMBOL("uncompress2")
118*699b0f92Schristos
119*699b0f92SchristosENDPGMEXP
120