summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/zlib/src/zutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/zlib/src/zutil.h')
-rw-r--r--src/3rdparty/zlib/src/zutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/zlib/src/zutil.h b/src/3rdparty/zlib/src/zutil.h
index c535e57eb6..29c690eea0 100644
--- a/src/3rdparty/zlib/src/zutil.h
+++ b/src/3rdparty/zlib/src/zutil.h
@@ -204,6 +204,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 */