X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f5aeb6ff9b04432a84b5c79f5baac26be1f3f4e9..0d9eba0312d01b7c893e74f585b8214845610145:/rsync.h diff --git a/rsync.h b/rsync.h index aca08177..aa33a4b9 100644 --- a/rsync.h +++ b/rsync.h @@ -198,6 +198,9 @@ #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 {