aboutsummaryrefslogtreecommitdiff
path: root/src/xz/coder.h
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-06-15 14:06:29 +0300
committerLasse Collin <lasse.collin@tukaani.org>2010-06-15 14:06:29 +0300
commitc15c42abb3c8c6e77c778ef06c97a4a10b8b5d00 (patch)
tree5c0491fe313afc8adda4332ef44477f1e73992f8 /src/xz/coder.h
parentUpdated THANKS. (diff)
downloadxz-c15c42abb3c8c6e77c778ef06c97a4a10b8b5d00.tar.xz
Add --no-adjust.
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);