From d315ca4930ff96e1428c6021c96f209e1abdd83e Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 16 Nov 2009 18:16:45 +0200 Subject: Add support for --info-memory and --robot to xz. Currently --robot works only with --info-memory and --version. --help and --long-help work too, but --robot has no effect on them. Thanks to Jonathan Nieder for the original patches. --- src/xz/args.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xz/args.h') 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; -- cgit v1.2.3