summaryrefslogtreecommitdiff
path: root/as400/zlib.inc
diff options
context:
space:
mode:
Diffstat (limited to 'as400/zlib.inc')
-rw-r--r--as400/zlib.inc4
1 files changed, 4 insertions, 0 deletions
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