diff options
Diffstat (limited to 'as400/zlib.inc')
-rw-r--r-- | as400/zlib.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/as400/zlib.inc b/as400/zlib.inc index 66d867a..9c94be8 100644 --- a/as400/zlib.inc +++ b/as400/zlib.inc | |||
@@ -359,6 +359,12 @@ | |||
359 | D dictionary 65535 const options(*varsize) Dictionary bytes | 359 | D dictionary 65535 const options(*varsize) Dictionary bytes |
360 | D dictLength 10U 0 value Dictionary length | 360 | D dictLength 10U 0 value Dictionary length |
361 | * | 361 | * |
362 | D inflateGetDictionary... | ||
363 | D PR 10I 0 extproc('inflateGetDictionary') Get dictionary | ||
364 | D strm like(z_stream) Expansion stream | ||
365 | D dictionary 65535 options(*varsize) Dictionary bytes | ||
366 | D dictLength 10U 0 Dictionary length | ||
367 | * | ||
362 | D inflateSync PR 10I 0 extproc('inflateSync') Sync. expansion | 368 | D inflateSync PR 10I 0 extproc('inflateSync') Sync. expansion |
363 | D strm like(z_stream) Expansion stream | 369 | D strm like(z_stream) Expansion stream |
364 | * | 370 | * |