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 036cd63..3e26283 100644 --- a/as400/bndsrc +++ b/as400/bndsrc | |||
@@ -33,6 +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") | ||
36 | EXPORT SYMBOL("deflateParams") | 37 | EXPORT SYMBOL("deflateParams") |
37 | EXPORT SYMBOL("deflatePending") | 38 | EXPORT SYMBOL("deflatePending") |
38 | EXPORT SYMBOL("deflatePrime") | 39 | EXPORT SYMBOL("deflatePrime") |
diff --git a/as400/zlib.inc b/as400/zlib.inc index 976dca2..f0915c8 100644 --- a/as400/zlib.inc +++ b/as400/zlib.inc | |||
@@ -435,6 +435,10 @@ | |||
435 | D PR 10I 0 extproc('inflateResetKeep') End and init. stream | 435 | D PR 10I 0 extproc('inflateResetKeep') End and init. stream |
436 | D strm like(z_stream) Expansion stream | 436 | D strm like(z_stream) Expansion stream |
437 | * | 437 | * |
438 | D deflateResetKeep... | ||
439 | D PR 10I 0 extproc('deflateResetKeep') End and init. stream | ||
440 | D strm like(z_stream) Expansion stream | ||
441 | * | ||
438 | D gzflags PR 10U 0 extproc('gzflags') | 442 | D gzflags PR 10U 0 extproc('gzflags') |
439 | * | 443 | * |
440 | /endif | 444 | /endif |