From 56cf38ac98227d9f4069336fc4db3fdd9404ee64 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 9 Apr 2002 05:29:26 +0000 Subject: [PATCH] Add RERR_OK == 0 --- errcode.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.34.1