From a5773513942b1c57d0eff51fcb2ebac72796ed95 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Thu, 12 Oct 2017 20:03:51 -0700 Subject: Make the names in functions declarations identical to definitions. --- zlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zlib.h') 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)); if (crc != original_crc) error(); */ -ZEXTERN uLong ZEXPORT crc32_z OF((uLong adler, const Bytef *buf, +ZEXTERN uLong ZEXPORT crc32_z OF((uLong crc, const Bytef *buf, z_size_t len)); /* Same as crc32(), but with a size_t length. -- cgit v1.2.3-55-g6feb