]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Split out gz_read_init() from gzlook(), and rename gz_init() to gz_write_init().
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Fri, 4 Jul 2025 19:15:35 +0000 (21:15 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sat, 23 Aug 2025 15:25:17 +0000 (17:25 +0200)
commit9be91d646529a60b958b9eea826de6fb2dea2d62
tree168d140abc946af456fe8c816bdfae8c9f3a5594
parentc14a33cb283648917bdb94f4e04f45818b604130
Split out gz_read_init() from gzlook(), and rename gz_init() to gz_write_init().
This makes gzread.c more like gzwrite.c, and fits in with the new code in gzlib.c.
gzread.c.in
gzwrite.c