Have send_file_list() check is_excluded() (but only on non-dot-dirs)
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index e52e66a..aa33a4b 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -83,7 +83,6 @@
 /* These flags are passed to functions but not stored. */
 
 #define FLAG_DIVERT_DIRS (1<<16)/* sender */
-#define FLAG_DOTDIR_NAME (1<<17)/* sender */
 
 #define BITS_SET(val,bits) (((val) & (bits)) == (bits))
 #define BITS_SETnUNSET(val,onbits,offbits) (((val) & ((onbits)|(offbits))) == (onbits))