]> Dogcows Code - chaz/tar/blobdiff - src/common.h
(strip_path_elements): New variable.
[chaz/tar] / src / common.h
index 9ec6e3f0cbcbb8ab0103d3c9c4c8fe56f0664be1..3b9f7605703873cac1e0cb3cc922ae641a6b81a7 100644 (file)
@@ -230,6 +230,10 @@ GLOBAL int same_owner_option;
 /* If positive, preserve permissions when extracting.  */
 GLOBAL int same_permissions_option;
 
+/* When set, strip the given number of path elements from the file name
+   before extracting */
+GLOBAL size_t strip_path_elements;
+
 GLOBAL bool show_omitted_dirs_option;
 
 GLOBAL bool sparse_option;
This page took 0.021882 seconds and 4 git commands to generate.