aboutsummaryrefslogtreecommitdiff
path: root/os400/zlibfixed.rpgle
diff options
context:
space:
mode:
authorMark Adler <git@madler.net>2026-02-17 02:31:51 -0800
committerMark Adler <git@madler.net>2026-02-17 04:47:06 -0800
commit9e35567064baded660f61732b247ef5abc809014 (patch)
tree79b5a06f88838dd54f90f821e8650254abfedb7e /os400/zlibfixed.rpgle
parent890953a4e40bfb96fdfed161b1a7a8fcc1216790 (diff)
downloadzlib-9e35567064baded660f61732b247ef5abc809014.tar.gz
zlib-9e35567064baded660f61732b247ef5abc809014.tar.bz2
zlib-9e35567064baded660f61732b247ef5abc809014.zip
Version 1.3.2
Diffstat (limited to 'os400/zlibfixed.rpgle')
-rw-r--r--os400/zlibfixed.rpgle24
1 files changed, 19 insertions, 5 deletions
diff --git a/os400/zlibfixed.rpgle b/os400/zlibfixed.rpgle
index b2e3e093..75060f30 100644
--- a/os400/zlibfixed.rpgle
+++ b/os400/zlibfixed.rpgle
@@ -1,7 +1,7 @@
1 * ZLIB.INC - Interface to the general purpose compression library 1 * ZLIB.INC - Interface to the general purpose compression library
2 * 2 *
3 * ILE RPG400 version by Patrick Monnerat, DATASPHERE. 3 * ILE RPG400 version by Patrick Monnerat, DATASPHERE.
4 * Version 1.3.1.2 4 * Version 1.3.2
5 * 5 *
6 * 6 *
7 * WARNING: 7 * WARNING:
@@ -22,14 +22,14 @@
22 * 22 *
23 * Versioning information. 23 * Versioning information.
24 * 24 *
25 D ZLIB_VERSION C '1.3.1.2' 25 D ZLIB_VERSION C '1.3.2'
26 D ZLIB_VERNUM C X'12a0' 26 D ZLIB_VERNUM C X'1320'
27 D ZLIB_VER_MAJOR C 1 27 D ZLIB_VER_MAJOR C 1
28 D ZLIB_VER_MINOR C 3 28 D ZLIB_VER_MINOR C 3
29 D ZLIB_VER_REVISION... 29 D ZLIB_VER_REVISION...
30 D C 1
31 D ZLIB_VER_SUBREVISION...
32 D C 2 30 D C 2
31 D ZLIB_VER_SUBREVISION...
32 D C 0
33 * 33 *
34 * Other equates. 34 * Other equates.
35 * 35 *
@@ -535,6 +535,20 @@
535 D buf 65535 const options(*varsize) Bytes to accumulate 535 D buf 65535 const options(*varsize) Bytes to accumulate
536 D len 20U 0 value Buffer length 536 D len 20U 0 value Buffer length
537 * 537 *
538 D crc32_combine_gen...
539 D PR 10U 0 extproc('crc32_combine_gen') Operator
540 D len2 20U 0 value Buffer length
541 *
542 D crc32_combine_gen64...
543 D PR 10U 0 extproc('crc32_combine_gen64') Operator
544 D len2 20U 0 value Buffer length
545 *
546 D crc32_combine_op...
547 D PR 10U 0 extproc('crc32_combine_op') New Checksum
548 D crc1 10U 0 value Old checksum
549 D crc2 10U 0 value Old checksum
550 D op 10U 0 value Operator
551 *
538 ************************************************************************** 552 **************************************************************************
539 * Miscellaneous function prototypes 553 * Miscellaneous function prototypes
540 ************************************************************************** 554 **************************************************************************