diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-03-23 22:57:27 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-03-23 23:32:58 -0700 |
commit | f0546c8e34dbe1bcc636a6ab4529159266efafe6 (patch) | |
tree | 44101aef0f1080fc047691b8cfc8ea61d0dfd368 /as400 | |
parent | 03ff48cc67937fbb026a7952c0351615ef9be4e5 (diff) | |
download | zlib-f0546c8e34dbe1bcc636a6ab4529159266efafe6.tar.gz zlib-f0546c8e34dbe1bcc636a6ab4529159266efafe6.tar.bz2 zlib-f0546c8e34dbe1bcc636a6ab4529159266efafe6.zip |
Clean up the addition of inflateGetDictionary.
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 |