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 91e43ad6..ac5959b5 100644 --- a/src/xz/args.h +++ b/src/xz/args.h @@ -35,6 +35,7 @@ extern bool opt_stdout; extern bool opt_force; extern bool opt_keep_original; // extern bool opt_recursive; +extern bool opt_robot; extern const char *stdin_filename; |