diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-08-23 10:11:18 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-08-23 12:29:03 +0200 |
| commit | f456f2550ac222fac399911eeb01957be9230c80 (patch) | |
| tree | 91a583acebcc240535e0fbda0f122429c9c1abae /zlib/inffast.h | |
| parent | c61d6bc46aab9f5dd71639ef6b4d6c2baeda7e66 (diff) | |
Upgrade bundled zlib to version 1.3 dated 18-aug-2023
Diffstat (limited to 'zlib/inffast.h')
| -rw-r--r-- | zlib/inffast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/inffast.h b/zlib/inffast.h index e5c1aa4ca..49c6d156c 100644 --- a/zlib/inffast.h +++ b/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); |
