aboutsummaryrefslogtreecommitdiff
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
zlib-a5773513942b1c57d0eff51fcb2ebac72796ed95.tar.bz2
zlib-a5773513942b1c57d0eff51fcb2ebac72796ed95.zip
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));
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.