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 aca0817..aa33a4b 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 #define SP_DEFAULT 0
 #define SP_KEEP_DOT_DIRS (1<<0)
 
+#define CD_NORMAL 0
+#define CD_SKIP_CHDIR 1
+
 /* Log-message categories.  FLOG only goes to the log file, not the client;
  * FCLIENT is the opposite. */
 enum logcode {