]> Dogcows Code - chaz/tar/blobdiff - src/common.h
* src/common.h (transform_symlinks_option): New global.
[chaz/tar] / src / common.h
index 91ae10cf8cf775effe79c71a38bcf488ef2705aa..947546a1d4d8836d6567aafe412bde774b0e0460 100644 (file)
@@ -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 */
This page took 0.020988 seconds and 4 git commands to generate.