]> Dogcows Code - chaz/tar/commitdiff
(show_stored_names_option): New variable
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 28 Sep 2005 20:41:10 +0000 (20:41 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 28 Sep 2005 20:41:10 +0000 (20:41 +0000)
src/common.h

index 59c96844fb9bf2250f0ee82b4c6d34ee02ab48f2..3c60ed3a9b90d08fbe74a8f72c937925793ce7a5 100644 (file)
@@ -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 */
 
 \f
 /* Declarations for each module.  */
This page took 0.026924 seconds and 4 git commands to generate.