diff options
author | Brad King <brad.king@kitware.com> | 2022-05-26 16:31:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-05-28 10:44:43 (GMT) |
commit | 152b4f8920d720ed54186ef934d74838d4bc398c (patch) | |
tree | 2c3ed0f10b539ba72ce9419a3c707e5496cb52e1 /Utilities/cmzlib/inffast.h | |
parent | 933293dbc221b5a5280a7e9ab6be69e5c22a38cd (diff) | |
parent | ffdaa419d7869cfba14292f303c3facae3be5414 (diff) | |
download | CMake-152b4f8920d720ed54186ef934d74838d4bc398c.zip CMake-152b4f8920d720ed54186ef934d74838d4bc398c.tar.gz CMake-152b4f8920d720ed54186ef934d74838d4bc398c.tar.bz2 |
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.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cmzlib/inffast.h b/Utilities/cmzlib/inffast.h index 1e88d2d..e5c1aa4 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)); |