X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3b2ef5b11cb90a2f646f770dfe9c1b2fdbbcf223..ff3d3c32d5795ba9a65413465bfb46bb7ea7ace2:/rsync.h diff --git a/rsync.h b/rsync.h index 62112432..edeabc6f 100644 --- a/rsync.h +++ b/rsync.h @@ -100,6 +100,7 @@ #define IOERR_GENERAL (1<<0) /* For backward compatibility, this must == 1 */ #define IOERR_VANISHED (1<<1) +#define IOERR_DEL_LIMIT (1<<2) #define MAX_ARGS 1000