X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=9de22c672efe3cf852bf93744eabe247997123f5;hb=d2dd096f1d678b91aff5e14e5ad1baccfd29840c;hp=6d4ef6bc723f18dfde6168ca4dd810d0235f1b57;hpb=fb0a0aaf529180f0415db374500aadb1861e9b26;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 6d4ef6b..9de22c6 100644 --- a/src/common.h +++ b/src/common.h @@ -325,9 +325,15 @@ GLOBAL bool unquote_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 */ +/* When creating archive in verbose mode, list member names as stored in the + archive */ +GLOBAL bool show_stored_names_option; + +/* Delay setting modification times and permissions of extracted directories + until the end of extraction. This variable helps correctly restore directory + timestamps from archives with an unusual member order. It is automatically + set for incremental archives. */ +GLOBAL bool delay_directory_restore_option; /* Declarations for each module. */