]> Dogcows Code - chaz/tar/blobdiff - src/common.h
tar: --owner and --group names and numbers
[chaz/tar] / src / common.h
index 0b9bd7a1273b5c76218863ffabbfa52097a42d12..8c81cad0393cbea477c6fa9610f0f3b7eb696520 100644 (file)
@@ -158,7 +158,8 @@ enum exclusion_tag_type
   };
 
 /* Specified value to be put into tar file in place of stat () results, or
-   just -1 if such an override should not take place.  */
+   just null and -1 if such an override should not take place.  */
+GLOBAL char const *group_name_option;
 GLOBAL gid_t group_option;
 
 GLOBAL bool ignore_failed_read_option;
@@ -230,7 +231,8 @@ GLOBAL bool numeric_owner_option;
 GLOBAL bool one_file_system_option;
 
 /* Specified value to be put into tar file in place of stat () results, or
-   just -1 if such an override should not take place.  */
+   just null and -1 if such an override should not take place.  */
+GLOBAL char const *owner_name_option;
 GLOBAL uid_t owner_option;
 
 GLOBAL bool recursive_unlink_option;
This page took 0.02308 seconds and 4 git commands to generate.