]> Dogcows Code - chaz/tar/blobdiff - src/common.h
(show_stored_names_option): New variable
[chaz/tar] / 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.022497 seconds and 4 git commands to generate.