From: Sergey Poznyakoff Date: Thu, 4 Sep 2003 15:44:07 +0000 (+0000) Subject: (strip_path_elements): New variable. X-Git-Tag: alpha_1_13_93~218 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=d93cbfbf0bd6c570e37c716bb5cc1b70331b50ab;p=debian%2Ftar (strip_path_elements): New variable. --- diff --git a/src/common.h b/src/common.h index 9ec6e3f0..3b9f7605 100644 --- a/src/common.h +++ b/src/common.h @@ -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;