Neatened up some whitespace issues and made multi-line comments more
[rsync/rsync.git] / errcode.h
index 18d0414..e6cebc2 100644 (file)
--- a/errcode.h
+++ b/errcode.h
 
 /*
  * error codes returned by rsync.  If you change these, please also update the
- * string mappings in log.c
+ * string mappings in log.c and the EXIT VALUES in rsync.yo
  */
 
+#define RERR_OK         0
 #define RERR_SYNTAX     1       /* syntax or usage error */
 #define RERR_PROTOCOL   2       /* protocol incompatibility */
 #define RERR_FILESELECT 3       /* errors selecting input/output files, dirs */