Added IOERR_DEL_LIMIT.
authorWayne Davison <wayned@samba.org>
Sat, 5 Mar 2005 18:58:29 +0000 (18:58 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 5 Mar 2005 18:58:29 +0000 (18:58 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index 6211243..edeabc6 100644 (file)
--- a/rsync.h
+++ b/rsync.h
 
 #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