Renamed XFLG_ABS_PATH XFLG_ANCHORED2ABS.
authorWayne Davison <wayned@samba.org>
Sat, 29 Jan 2005 20:48:23 +0000 (20:48 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 29 Jan 2005 20:48:23 +0000 (20:48 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index 013ba70..690d5a6 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 #define XFLG_WORD_SPLIT        (1<<3)
 #define XFLG_DIRECTORY         (1<<4)
 #define XFLG_NO_PREFIXES       (1<<5)
-#define XFLG_ABS_PATH          (1<<6)
+#define XFLG_ANCHORED2ABS      (1<<6)
 
 #define PERMS_REPORT           (1<<0)
 #define PERMS_SKIP_MTIME       (1<<1)