Add RERR_OK == 0
authorMartin Pool <mbp@samba.org>
Tue, 9 Apr 2002 05:29:26 +0000 (05:29 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 9 Apr 2002 05:29:26 +0000 (05:29 +0000)
errcode.h

index 18d0414..76b3187 100644 (file)
--- 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 */