aboutsummaryrefslogtreecommitdiff
path: root/as400
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2013-03-23 22:57:27 -0700
committerMark Adler <madler@alumni.caltech.edu>2013-03-23 23:32:58 -0700
commitf0546c8e34dbe1bcc636a6ab4529159266efafe6 (patch)
tree44101aef0f1080fc047691b8cfc8ea61d0dfd368 /as400
parent03ff48cc67937fbb026a7952c0351615ef9be4e5 (diff)
downloadzlib-f0546c8e34dbe1bcc636a6ab4529159266efafe6.tar.gz
zlib-f0546c8e34dbe1bcc636a6ab4529159266efafe6.tar.bz2
zlib-f0546c8e34dbe1bcc636a6ab4529159266efafe6.zip
Clean up the addition of inflateGetDictionary.
Diffstat (limited to 'as400')
-rw-r--r--as400/bndsrc11
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
206ENDPGMEXP 215ENDPGMEXP