X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/20893751791a1bb7417b9fa72e91c909619bca6a..29a89172f77ed76dcf53612e96dc35daf15d7362:/rsync.h diff --git a/rsync.h b/rsync.h index 5d153610..e52e66aa 100644 --- a/rsync.h +++ b/rsync.h @@ -199,6 +199,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 {