diff options
Diffstat (limited to 'zlib.h')
-rw-r--r-- | zlib.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 | ||
741 | ZEXTERN int ZEXPORT deflateSetHeader OF((z_streamp strm, | 742 | ZEXTERN int ZEXPORT deflateSetHeader OF((z_streamp strm, |