diff options
Diffstat (limited to 'as400')
| -rw-r--r-- | as400/bndsrc | 1 | ||||
| -rw-r--r-- | as400/zlib.inc | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/as400/bndsrc b/as400/bndsrc index dad2bc9b..036cd63a 100644 --- a/as400/bndsrc +++ b/as400/bndsrc | |||
| @@ -180,5 +180,6 @@ STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') | |||
| 180 | EXPORT SYMBOL("inflatePrime") | 180 | EXPORT SYMBOL("inflatePrime") |
| 181 | EXPORT SYMBOL("inflateReset2") | 181 | EXPORT SYMBOL("inflateReset2") |
| 182 | EXPORT SYMBOL("inflateUndermine") | 182 | EXPORT SYMBOL("inflateUndermine") |
| 183 | EXPORT SYMBOL("inflateResetKeep") | ||
| 183 | 184 | ||
| 184 | ENDPGMEXP | 185 | ENDPGMEXP |
diff --git a/as400/zlib.inc b/as400/zlib.inc index 41ff616b..976dca2a 100644 --- a/as400/zlib.inc +++ b/as400/zlib.inc | |||
| @@ -431,6 +431,10 @@ | |||
| 431 | D strm like(z_stream) Expansion stream | 431 | D strm like(z_stream) Expansion stream |
| 432 | D arg 10I 0 value Error code | 432 | D arg 10I 0 value Error code |
| 433 | * | 433 | * |
| 434 | D inflateResetKeep... | ||
| 435 | D PR 10I 0 extproc('inflateResetKeep') End and init. stream | ||
| 436 | D strm like(z_stream) Expansion stream | ||
| 437 | * | ||
| 434 | D gzflags PR 10U 0 extproc('gzflags') | 438 | D gzflags PR 10U 0 extproc('gzflags') |
| 435 | * | 439 | * |
| 436 | /endif | 440 | /endif |
