diff options
Diffstat (limited to 'src/xz/message.h')
| -rw-r--r-- | src/xz/message.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xz/message.h b/src/xz/message.h index 3f6e183585f7..5f0af7f7e8a5 100644 --- a/src/xz/message.h +++ b/src/xz/message.h @@ -144,6 +144,10 @@ extern void message_filename(const char *src_name); /// given *strm becomes invalid. /// /// \param strm Pointer to lzma_stream used for the coding. +/// \param is_passthru +/// If true, we are copying input to output without +/// encoding or decoding, and thus cannot use +/// lzma_get_progress(). /// \param in_size Size of the input file, or zero if unknown. /// extern void message_progress_start(lzma_stream *strm, |
