X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=8c81cad0393cbea477c6fa9610f0f3b7eb696520;hb=1f9b376c90f50836b1ca2517cda0bfcab75ad8ae;hp=0b9bd7a1273b5c76218863ffabbfa52097a42d12;hpb=9fe65e2520e3017ed7d90706d29dc4fe3aecd37a;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 0b9bd7a..8c81cad 100644 --- a/src/common.h +++ b/src/common.h @@ -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;