diff options
Diffstat (limited to 'zlib.h')
-rw-r--r-- | zlib.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -936,10 +936,10 @@ ZEXTERN int ZEXPORT inflateSync(z_streamp strm); | |||
936 | inflateSync returns Z_OK if a possible full flush point has been found, | 936 | inflateSync returns Z_OK if a possible full flush point has been found, |
937 | Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point | 937 | Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point |
938 | has been found, or Z_STREAM_ERROR if the stream structure was inconsistent. | 938 | has been found, or Z_STREAM_ERROR if the stream structure was inconsistent. |
939 | In the success case, the application may save the current current value of | 939 | In the success case, the application may save the current value of total_in |
940 | total_in which indicates where valid compressed data was found. In the | 940 | which indicates where valid compressed data was found. In the error case, |
941 | error case, the application may repeatedly call inflateSync, providing more | 941 | the application may repeatedly call inflateSync, providing more input each |
942 | input each time, until success or end of the input data. | 942 | time, until success or end of the input data. |
943 | */ | 943 | */ |
944 | 944 | ||
945 | ZEXTERN int ZEXPORT inflateCopy(z_streamp dest, | 945 | ZEXTERN int ZEXPORT inflateCopy(z_streamp dest, |