X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/088aac85971f3f1571c7f90569c95d5025b1fd82..7bc8218d814a9014536685e0e544aa7fd06b9868:/errcode.h diff --git a/errcode.h b/errcode.h index 18d04143..76b31877 100644 --- a/errcode.h +++ b/errcode.h @@ -22,6 +22,7 @@ * string mappings in log.c */ +#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 */