| commit | 56cf38ac98227d9f4069336fc4db3fdd9404ee64 | [log] [tgz] |
|---|---|---|
| author | Martin Pool <mbp@samba.org> | Tue Apr 09 05:29:26 2002 +0000 |
| committer | Martin Pool <mbp@samba.org> | Tue Apr 09 05:29:26 2002 +0000 |
| tree | c9c3d686771117e41f7144e99af88791260fb19c | |
| parent | b0f451eb3bfff6c624f802954ad3a67718cf8562 [diff] [blame] |
Add RERR_OK == 0
diff --git a/errcode.h b/errcode.h index 18d0414..76b3187 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 */