summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
authorMark Adler <zlib@madler.net>2017-10-12 20:03:51 -0700
committerMark Adler <zlib@madler.net>2017-10-12 20:03:51 -0700
commita5773513942b1c57d0eff51fcb2ebac72796ed95 (patch)
tree94c297475eb82b4cdf5fb2d15fe946a3d4e77dfc /zlib.h
parent723e928b84b0adac84cc11ec5c075a45e1a79903 (diff)
downloadzlib-a5773513942b1c57d0eff51fcb2ebac72796ed95.tar.gz
Make the names in functions declarations identical to definitions.
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));
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.