aboutsummaryrefslogtreecommitdiff
path: root/src/xz/coder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xz/coder.h')
-rw-r--r--src/xz/coder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xz/coder.h b/src/xz/coder.h
index 0d3af6ad..4626466f 100644
--- a/src/xz/coder.h
+++ b/src/xz/coder.h
@@ -37,6 +37,10 @@ extern enum operation_mode opt_mode;
/// This is set in args.c.
extern enum format_type opt_format;
+/// If true, the compression settings are automatically adjusted down if
+/// they exceed the memory usage limit.
+extern bool opt_auto_adjust;
+
/// Set the integrity check type used when compressing
extern void coder_set_check(lzma_check check);