]> Dogcows Code - chaz/tar/blobdiff - src/common.h
Renamed strip_path_option to strip_components_option
[chaz/tar] / src / common.h
index 7ccd3406e5f66bd5fd7498d0e9831f5a96e7df98..abcdbbca94541f3eeef89a56a129c0e164108b29 100644 (file)
@@ -237,6 +237,9 @@ GLOBAL bool read_full_records_option;
 
 GLOBAL bool remove_files_option;
 
+/* Specified rmt command.  */
+GLOBAL const char *rmt_command_option;
+
 /* Specified remote shell command.  */
 GLOBAL const char *rsh_command_option;
 
@@ -248,9 +251,9 @@ 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
+/* When set, strip the given number of file name components from the file name
    before extracting */
-GLOBAL size_t strip_path_elements;
+GLOBAL size_t strip_name_components;
 
 GLOBAL bool show_omitted_dirs_option;
 
This page took 0.022296 seconds and 4 git commands to generate.