summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 58d2798d..77c353bc 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;