]> 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>
Mon, 18 Aug 2025 10:14:15 +0000 (12:14 +0200)
commit92c2b86a68ca244d382d861349d0e667496a2098
tree0007f21019668a037a801af95929c76b7aea033a
parent6df555124bf7f9b64d9a8b12cb9f3dc87a31109e
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