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