Skip to content

Commit 5aa09fa

Browse files
authored
Fixed os400 include file
1 parent 5a82f71 commit 5aa09fa

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

os400/zlib.inc

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
D Z_DATA_ERROR C -3
5151
D Z_MEM_ERROR C -4
5252
D Z_BUF_ERROR C -5
53-
D Z_VERSION_ERROR C -6
53+
D Z_VERSION_ERROR...
54+
D C -6
5455
*
5556
D Z_NO_COMPRESSION...
5657
D C 0
@@ -175,7 +176,7 @@
175176
D buf 65535 options(*varsize) Buffer
176177
D len 10u 0 value Buffer length
177178
*
178-
D gzfread PR 20I 0 extproc('gzfread')
179+
D gzfread PR 20I 0 extproc('gzfread')
179180
D buf 65535 options(*varsize) Buffer
180181
D size 20u 0 value Buffer length
181182
D nitems 20u 0 value Buffer length
@@ -186,7 +187,7 @@
186187
D buf 65535 const options(*varsize) Buffer
187188
D len 10u 0 value Buffer length
188189
*
189-
D gzfwrite PR 20I 0 extproc('gzfwrite')
190+
D gzfwrite PR 20I 0 extproc('gzfwrite')
190191
D buf 65535 options(*varsize) Buffer
191192
D size 20u 0 value Buffer length
192193
D nitems 20u 0 value Buffer length
@@ -371,7 +372,7 @@
371372
D pending 10U 0 Pending bytes
372373
D bits 10I 0 Pending bits
373374
*
374-
D deflateUsed PR 10I 0 extproc('deflateUsed') Get used bits
375+
D deflateUsed PR 10I 0 extproc('deflateUsed') Get used bits
375376
D strm like(z_stream) Compression stream
376377
D bits 10I 0 Used bits
377378
*
@@ -427,21 +428,21 @@
427428
D strm like(z_stream) Expansion stream
428429
*
429430
D inflateCodesUsed...
430-
PR 20U 0 extproc('inflateCodesUsed')
431+
D PR 20U 0 extproc('inflateCodesUsed')
431432
D strm like(z_stream) Expansion stream
432433
*
433434
D inflateValidate...
434-
PR 20U 0 extproc('inflateValidate')
435+
D PR 20U 0 extproc('inflateValidate')
435436
D strm like(z_stream) Expansion stream
436437
D check 10I 0 value
437438
*
438439
D inflateGetHeader...
439-
PR 10U 0 extproc('inflateGetHeader')
440+
D PR 10U 0 extproc('inflateGetHeader')
440441
D strm like(z_stream) Expansion stream
441442
D head like(gz_headerp)
442443
*
443444
D deflateSetHeader...
444-
PR 10U 0 extproc('deflateSetHeader')
445+
D PR 10U 0 extproc('deflateSetHeader')
445446
D strm like(z_stream) Expansion stream
446447
D head like(gz_headerp)
447448
*
@@ -476,7 +477,7 @@
476477
D len 10U 0 value Buffer length
477478
*
478479
D adler32_combine...
479-
PR 10U 0 extproc('adler32_combine') New checksum
480+
D PR 10U 0 extproc('adler32_combine') New checksum
480481
D adler1 10U 0 value Old checksum
481482
D adler2 10U 0 value Old checksum
482483
D len2 20U 0 value Buffer length
@@ -492,7 +493,7 @@
492493
D len 10U 0 value Buffer length
493494
*
494495
D crc32_combine...
495-
PR 10U 0 extproc('crc32_combine') New checksum
496+
D PR 10U 0 extproc('crc32_combine') New checksum
496497
D crc1 10U 0 value Old checksum
497498
D crc2 10U 0 value Old checksum
498499
D len2 20U 0 value Buffer length

0 commit comments

Comments
 (0)