]> Dogcows Code - chaz/tar/commitdiff
(strip_path_elements): New variable.
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 4 Sep 2003 15:44:07 +0000 (15:44 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 4 Sep 2003 15:44:07 +0000 (15:44 +0000)
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.025948 seconds and 4 git commands to generate.