aboutsummaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib.h b/zlib.h
index 577d81e..ddd0b47 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1740,7 +1740,7 @@ ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1740 if (crc != original_crc) error(); 1740 if (crc != original_crc) error();
1741*/ 1741*/
1742 1742
1743ZEXTERN uLong ZEXPORT crc32_z OF((uLong adler, const Bytef *buf, 1743ZEXTERN uLong ZEXPORT crc32_z OF((uLong crc, const Bytef *buf,
1744 z_size_t len)); 1744 z_size_t len));
1745/* 1745/*
1746 Same as crc32(), but with a size_t length. 1746 Same as crc32(), but with a size_t length.