summaryrefslogtreecommitdiff
path: root/Utilities/cmzlib/inffast.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-05-26 12:31:09 -0400
committerBrad King <brad.king@kitware.com>2022-05-28 06:44:43 -0400
commit152b4f8920d720ed54186ef934d74838d4bc398c (patch)
tree2c3ed0f10b539ba72ce9419a3c707e5496cb52e1 /Utilities/cmzlib/inffast.h
parent933293dbc221b5a5280a7e9ab6be69e5c22a38cd (diff)
parentffdaa419d7869cfba14292f303c3facae3be5414 (diff)
downloadcmake-152b4f8920d720ed54186ef934d74838d4bc398c.tar.gz
Merge branch 'upstream-zlib' into update-zlib
* upstream-zlib: zlib 2022-03-27 (21767c65)
Diffstat (limited to 'Utilities/cmzlib/inffast.h')
-rw-r--r--Utilities/cmzlib/inffast.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cmzlib/inffast.h b/Utilities/cmzlib/inffast.h
index 1e88d2d97b..e5c1aa4ca8 100644
--- a/Utilities/cmzlib/inffast.h
+++ b/Utilities/cmzlib/inffast.h
@@ -1,5 +1,5 @@
/* inffast.h -- header to use inffast.c
- * Copyright (C) 1995-2003 Mark Adler
+ * Copyright (C) 1995-2003, 2010 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -8,4 +8,4 @@
subject to change. Applications should only use zlib.h.
*/
-void inflate_fast OF((z_streamp strm, unsigned start));
+void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));