summaryrefslogtreecommitdiffstats
path: root/thirdparty/zlib/inffast.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-08-29 11:02:34 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-08-29 11:02:34 +0200
commite0e1f2e4a2056db1a908af75612daaaf5b129ebd (patch)
tree49b45c6c5609f07b93fe3b30f531b8cc76d92565 /thirdparty/zlib/inffast.h
parent541674d10692cf608f1245d7eede459bdc96b74f (diff)
downloadredot-engine-e0e1f2e4a2056db1a908af75612daaaf5b129ebd.tar.gz
zlib/minizip: Update to version 1.3
Upstreams the fix from #73310, so we can remove that patch. Remove `infback.c` which we stopped compiling after #79273. The `OF` macro was also removed so I can drop the patch where I yell at Gentoo developers.
Diffstat (limited to 'thirdparty/zlib/inffast.h')
-rw-r--r--thirdparty/zlib/inffast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/zlib/inffast.h b/thirdparty/zlib/inffast.h
index e5c1aa4ca8..49c6d156c5 100644
--- a/thirdparty/zlib/inffast.h
+++ b/thirdparty/zlib/inffast.h
@@ -8,4 +8,4 @@
subject to change. Applications should only use zlib.h.
*/
-void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
+void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);