diff options
Diffstat (limited to 'as400')
-rw-r--r-- | as400/bndsrc | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/as400/bndsrc b/as400/bndsrc index a6de4d5..98814fd 100644 --- a/as400/bndsrc +++ b/as400/bndsrc | |||
@@ -67,7 +67,6 @@ STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') | |||
67 | EXPORT SYMBOL("inflate") | 67 | EXPORT SYMBOL("inflate") |
68 | EXPORT SYMBOL("inflateEnd") | 68 | EXPORT SYMBOL("inflateEnd") |
69 | EXPORT SYMBOL("inflateSetDictionary") | 69 | EXPORT SYMBOL("inflateSetDictionary") |
70 | EXPORT SYMBOL("inflateGetDictionary") | ||
71 | EXPORT SYMBOL("inflateSync") | 70 | EXPORT SYMBOL("inflateSync") |
72 | EXPORT SYMBOL("inflateReset") | 71 | EXPORT SYMBOL("inflateReset") |
73 | EXPORT SYMBOL("inflateInit_") | 72 | EXPORT SYMBOL("inflateInit_") |
@@ -203,4 +202,14 @@ STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') | |||
203 | 202 | ||
204 | EXPORT SYMBOL("inflateResetKeep") | 203 | EXPORT SYMBOL("inflateResetKeep") |
205 | 204 | ||
205 | /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ | ||
206 | /* Version 1.2.8 additional entry points. */ | ||
207 | /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ | ||
208 | |||
209 | /********************************************************************/ | ||
210 | /* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */ | ||
211 | /********************************************************************/ | ||
212 | |||
213 | EXPORT SYMBOL("inflateGetDictionary") | ||
214 | |||
206 | ENDPGMEXP | 215 | ENDPGMEXP |