From: Sergey Poznyakoff Date: Wed, 28 Sep 2005 20:41:10 +0000 (+0000) Subject: (show_stored_names_option): New variable X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=2a25112552acdd644f9a55da2e47614c410acaab;p=chaz%2Ftar (show_stored_names_option): New variable --- diff --git a/src/common.h b/src/common.h index 59c9684..3c60ed3 100644 --- a/src/common.h +++ b/src/common.h @@ -314,7 +314,10 @@ GLOBAL dev_t root_device; /* Unquote filenames */ GLOBAL bool unquote_option; -GLOBAL bool test_label_option; +GLOBAL bool test_label_option; /* Test archive volume label and exit */ + +GLOBAL bool show_stored_names_option; /* When creating archive in verbose mode, + list member names as stored in the archive */ /* Declarations for each module. */