aboutsummaryrefslogtreecommitdiff
path: root/inffast.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2023-04-14 01:42:03 -0700
committerMark Adler <madler@alumni.caltech.edu>2023-04-15 21:17:31 -0700
commite9d5486e6635141f589e110fd789648aa08e9544 (patch)
treea78b9ccd92b05af7cd5776b688d9c3eb3a81a40a /inffast.h
parent5799c14c8526bf1aaa130c021982f831d155b46d (diff)
downloadzlib-e9d5486e6635141f589e110fd789648aa08e9544.tar.gz
zlib-e9d5486e6635141f589e110fd789648aa08e9544.tar.bz2
zlib-e9d5486e6635141f589e110fd789648aa08e9544.zip
Remove K&R function definitions from zlib.
C2X has removed K&R definitions from the C function syntax. Though the standard has not yet been approved, some high-profile compilers are now issuing warnings when such definitions are encountered.
Diffstat (limited to 'inffast.h')
-rw-r--r--inffast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inffast.h b/inffast.h
index e5c1aa4..49c6d15 100644
--- a/inffast.h
+++ b/inffast.h
@@ -8,4 +8,4 @@
8 subject to change. Applications should only use zlib.h. 8 subject to change. Applications should only use zlib.h.
9 */ 9 */
10 10
11void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start)); 11void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);