Add RERR_OK == 0

This commit is contained in:
Martin Pool
2002-04-09 05:29:26 +00:00
parent b0f451eb3b
commit 56cf38ac98

View File

@@ -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 */