]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Split out gz_read_init() from gzlook(), and rename gz_init() to gz_write_init(). gzalloc 1928/head
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Fri, 4 Jul 2025 19:15:35 +0000 (21:15 +0200)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Fri, 4 Jul 2025 20:15:55 +0000 (22:15 +0200)
commit5d5b0feb712d5dc8a7e40d08e93a5d5e3ab35305
tree53dc6633f758261878cffff584a2a5c045325a2d
parent03a91e6e52154047ca106bfaa3c792e7b2768063
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