X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=947546a1d4d8836d6567aafe412bde774b0e0460;hb=57bfbbde90dfcc18ee6b1e27c01ba915ecc56312;hp=91ae10cf8cf775effe79c71a38bcf488ef2705aa;hpb=7b69ee5a240bf25a7b65e7724248f2dd3f7e4836;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 91ae10c..947546a 100644 --- a/src/common.h +++ b/src/common.h @@ -346,6 +346,9 @@ GLOBAL bool unquote_option; GLOBAL bool test_label_option; /* Test archive volume label and exit */ +/* Apply transformations to symlink targets as well. */ +GLOBAL bool transform_symlinks_option; + /* Show file or archive names after transformation. In particular, when creating archive in verbose mode, list member names as stored in the archive */