summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index a8d0188..26a9a21 100644
--- a/src/util.h
+++ b/src/util.h
@@ -67,7 +67,8 @@ bool file_already_seen (struct stat const *);
enum file_attributes {
FA_TIMES = 1,
FA_IDS = 2,
- FA_MODE = 4
+ FA_MODE = 4,
+ FA_XATTRS = 8
};
void set_file_attributes (char const *, enum file_attributes, char const *,