diff options
Diffstat (limited to 'as400/bndsrc')
-rw-r--r-- | as400/bndsrc | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/as400/bndsrc b/as400/bndsrc index a7df67b..d048dbb 100644 --- a/as400/bndsrc +++ b/as400/bndsrc | |||
@@ -33,9 +33,7 @@ STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') | |||
33 | EXPORT SYMBOL("deflateSetDictionary") | 33 | EXPORT SYMBOL("deflateSetDictionary") |
34 | EXPORT SYMBOL("deflateCopy") | 34 | EXPORT SYMBOL("deflateCopy") |
35 | EXPORT SYMBOL("deflateReset") | 35 | EXPORT SYMBOL("deflateReset") |
36 | EXPORT SYMBOL("deflateResetKeep") | ||
37 | EXPORT SYMBOL("deflateParams") | 36 | EXPORT SYMBOL("deflateParams") |
38 | EXPORT SYMBOL("deflatePending") | ||
39 | EXPORT SYMBOL("deflatePrime") | 37 | EXPORT SYMBOL("deflatePrime") |
40 | EXPORT SYMBOL("deflateInit_") | 38 | EXPORT SYMBOL("deflateInit_") |
41 | EXPORT SYMBOL("deflateInit2_") | 39 | EXPORT SYMBOL("deflateInit2_") |
@@ -171,8 +169,6 @@ STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') | |||
171 | /********************************************************************/ | 169 | /********************************************************************/ |
172 | 170 | ||
173 | EXPORT SYMBOL("gzclose_w") | 171 | EXPORT SYMBOL("gzclose_w") |
174 | EXPORT SYMBOL("gzgetc_") | ||
175 | EXPORT SYMBOL("gzflags") | ||
176 | 172 | ||
177 | /********************************************************************/ | 173 | /********************************************************************/ |
178 | /* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */ | 174 | /* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */ |
@@ -182,6 +178,29 @@ STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') | |||
182 | EXPORT SYMBOL("inflatePrime") | 178 | EXPORT SYMBOL("inflatePrime") |
183 | EXPORT SYMBOL("inflateReset2") | 179 | EXPORT SYMBOL("inflateReset2") |
184 | EXPORT SYMBOL("inflateUndermine") | 180 | EXPORT SYMBOL("inflateUndermine") |
181 | |||
182 | /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ | ||
183 | /* Version 1.2.6 additional entry points. */ | ||
184 | /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ | ||
185 | |||
186 | /********************************************************************/ | ||
187 | /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */ | ||
188 | /********************************************************************/ | ||
189 | |||
190 | EXPORT SYMBOL("deflateResetKeep") | ||
191 | EXPORT SYMBOL("deflatePending") | ||
192 | |||
193 | /********************************************************************/ | ||
194 | /* *MODULE GZWRITE ZLIB 01/02/01 00:15:09 */ | ||
195 | /********************************************************************/ | ||
196 | |||
197 | EXPORT SYMBOL("gzgetc_") | ||
198 | EXPORT SYMBOL("gzflags") | ||
199 | |||
200 | /********************************************************************/ | ||
201 | /* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */ | ||
202 | /********************************************************************/ | ||
203 | |||
185 | EXPORT SYMBOL("inflateResetKeep") | 204 | EXPORT SYMBOL("inflateResetKeep") |
186 | 205 | ||
187 | ENDPGMEXP | 206 | ENDPGMEXP |