(strip_path_elements): New variable.

This commit is contained in:
Sergey Poznyakoff
2003-09-04 15:44:07 +00:00
parent 5b9d8c93c7
commit d93cbfbf0b

View 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;