VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/zlib/zutil.h
diff options
context:
space:
mode:
authorWendigo <84196391+wendig0x@users.noreply.github.com>2023-05-19 23:15:01 +0300
committerGitHub <noreply@github.com>2023-05-19 22:15:01 +0200
commit8fc866df4070e23ec0cc88a84c8ecfd456dfb30d (patch)
tree6673d7677b0a25d0d656d92febaeca6194e0b1ed /src/Common/zlib/zutil.h
parent21918e33b66f371952ebed20f3b13317e8a94831 (diff)
downloadVeraCrypt-8fc866df4070e23ec0cc88a84c8ecfd456dfb30d.tar.gz
VeraCrypt-8fc866df4070e23ec0cc88a84c8ecfd456dfb30d.zip
update zlib to latest version 1.2.13 (#986)
Diffstat (limited to 'src/Common/zlib/zutil.h')
-rw-r--r--src/Common/zlib/zutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/zlib/zutil.h b/src/Common/zlib/zutil.h
index d9a20ae1..0bc7f4ec 100644
--- a/src/Common/zlib/zutil.h
+++ b/src/Common/zlib/zutil.h
@@ -193,6 +193,7 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
(!defined(_LARGEFILE64_SOURCE) || _LFS64_LARGEFILE-0 == 0)
ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
+ ZEXTERN uLong ZEXPORT crc32_combine_gen64 OF((z_off_t));
#endif
/* common defaults */