X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=77c353bc46a25a5124bf18bb99e2d0577afa7af3;hb=aa976a517088ba75fa0168b47803b3988f89c9c3;hp=58d2798d411d21b25600d2c67dcafc1f60d0d466;hpb=7b00db5675864768f56636b4c329635cf05123f1;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 58d2798..77c353b 100644 --- a/src/common.h +++ b/src/common.h @@ -114,7 +114,13 @@ GLOBAL bool utc_option; than newer_mtime_option. */ GLOBAL int after_date_option; -GLOBAL bool atime_preserve_option; +enum atime_preserve +{ + no_atime_preserve, + replace_atime_preserve, + system_atime_preserve +}; +GLOBAL enum atime_preserve atime_preserve_option; GLOBAL bool backup_option;