aboutsummaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/zlib.h b/zlib.h
index 20e13db..8c2c56e 100644
--- a/zlib.h
+++ b/zlib.h
@@ -734,8 +734,9 @@ ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm,
734 than or equal to 16, and that many of the least significant bits of value 734 than or equal to 16, and that many of the least significant bits of value
735 will be inserted in the output. 735 will be inserted in the output.
736 736
737 deflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source 737 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
738 stream state was inconsistent. 738 room in the internal buffer to insert the bits, or Z_STREAM_ERROR if the
739 source stream state was inconsistent.
739*/ 740*/
740 741
741ZEXTERN int ZEXPORT deflateSetHeader OF((z_streamp strm, 742ZEXTERN int ZEXPORT deflateSetHeader OF((z_streamp strm,