diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2014-08-05 22:32:36 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2014-08-05 22:32:36 +0300 |
commit | 6b5e3b9eff5b8cedb2aac5f524d4d60fc8a48124 (patch) | |
tree | 63ae991ae1846fd46c7f1171c066a13b1a781ed1 /src/xz/args.h | |
parent | liblzma: Add support for LZMA_IGNORE_CHECK. (diff) | |
download | xz-6b5e3b9eff5b8cedb2aac5f524d4d60fc8a48124.tar.xz |
xz: Add --ignore-check.
Diffstat (limited to 'src/xz/args.h')
-rw-r--r-- | src/xz/args.h | 1 |
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[]; |