aboutsummaryrefslogtreecommitdiff
path: root/src/xz/args.h
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2014-08-05 22:32:36 +0300
committerLasse Collin <lasse.collin@tukaani.org>2014-08-05 22:32:36 +0300
commit6b5e3b9eff5b8cedb2aac5f524d4d60fc8a48124 (patch)
tree63ae991ae1846fd46c7f1171c066a13b1a781ed1 /src/xz/args.h
parentliblzma: Add support for LZMA_IGNORE_CHECK. (diff)
downloadxz-6b5e3b9eff5b8cedb2aac5f524d4d60fc8a48124.tar.xz
xz: Add --ignore-check.
Diffstat (limited to 'src/xz/args.h')
-rw-r--r--src/xz/args.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xz/args.h b/src/xz/args.h
index 53c4a98a..1defad12 100644
--- a/src/xz/args.h
+++ b/src/xz/args.h
@@ -36,6 +36,7 @@ extern bool opt_force;
extern bool opt_keep_original;
// extern bool opt_recursive;
extern bool opt_robot;
+extern bool opt_ignore_check;
extern const char stdin_filename[];