X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/088aac85971f3f1571c7f90569c95d5025b1fd82..1c8162a921cbae803b3bf375fda4aa7916bcfc68:/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 */