diff options
Diffstat (limited to '')
-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[]; |