diff options
-rw-r--r-- | manual.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1583,6 +1583,8 @@ BZ_MEM_ERROR | |||
1583 | BZ_STREAM_END | 1583 | BZ_STREAM_END |
1584 | if the logical end of the data stream was detected and all | 1584 | if the logical end of the data stream was detected and all |
1585 | output in has been consumed, eg s-->avail_out > 0 | 1585 | output in has been consumed, eg s-->avail_out > 0 |
1586 | BZ_SEQUENCE_ERROR | ||
1587 | if called after an earlier call already returned BZ_STREAM_END | ||
1586 | BZ_OK | 1588 | BZ_OK |
1587 | otherwise | 1589 | otherwise |
1588 | </programlisting> | 1590 | </programlisting> |