X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon.h;h=3c60ed3a9b90d08fbe74a8f72c937925793ce7a5;hb=65a7536d1fccd2890ec7d9e806cb5d1ad438282d;hp=59c96844fb9bf2250f0ee82b4c6d34ee02ab48f2;hpb=a274294656347a2d14d7786e7e6559b79170b729;p=chaz%2Ftar 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. */