Renamed the PERMS_* defines to ATTRS_* defines.
authorWayne Davison <wayned@samba.org>
Sun, 29 Jan 2006 20:30:07 +0000 (20:30 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 29 Jan 2006 20:30:07 +0000 (20:30 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index a5715a3..89af08c 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 #define XFLG_ANCHORED2ABS      (1<<2)
 #define XFLG_ABS_IF_SLASH      (1<<3)
 
-#define PERMS_REPORT           (1<<0)
-#define PERMS_SKIP_MTIME       (1<<1)
+#define ATTRS_REPORT           (1<<0)
+#define ATTRS_SKIP_MTIME       (1<<1)
 
 #define FULL_FLUSH     1
 #define NORMAL_FLUSH   0