diff options
Diffstat (limited to 'src/xz/coder.h')
-rw-r--r-- | src/xz/coder.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xz/coder.h b/src/xz/coder.h index 4626466f..d95319e5 100644 --- a/src/xz/coder.h +++ b/src/xz/coder.h @@ -41,6 +41,9 @@ extern enum format_type opt_format; /// they exceed the memory usage limit. extern bool opt_auto_adjust; +/// If true, stop after decoding the first stream. +extern bool opt_single_stream; + /// Set the integrity check type used when compressing extern void coder_set_check(lzma_check check); |