aboutsummaryrefslogtreecommitdiffstats
path: root/errcode.h
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-04-09 05:29:26 +0000
committerMartin Pool <mbp@samba.org>2002-04-09 05:29:26 +0000
commit56cf38ac98227d9f4069336fc4db3fdd9404ee64 (patch)
treec9c3d686771117e41f7144e99af88791260fb19c /errcode.h
parentb0f451eb3bfff6c624f802954ad3a67718cf8562 (diff)
downloadandroid_external_rsync-56cf38ac98227d9f4069336fc4db3fdd9404ee64.tar.gz
android_external_rsync-56cf38ac98227d9f4069336fc4db3fdd9404ee64.tar.bz2
android_external_rsync-56cf38ac98227d9f4069336fc4db3fdd9404ee64.zip
Add RERR_OK == 0
Diffstat (limited to 'errcode.h')
-rw-r--r--errcode.h1
1 files changed, 1 insertions, 0 deletions
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 */