X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a2edb26cd61e68fe6b21f9ec7edd89513ad3227d..0f3203c312c3e254b611a1687f8ff9a6bdf82376:/rsync.h diff --git a/rsync.h b/rsync.h index 3c5b7dc7..2673c79f 100644 --- a/rsync.h +++ b/rsync.h @@ -63,7 +63,7 @@ #define MPLEX_BASE 7 -enum logcode {FERROR=1, FINFO=2, FLOG=3}; +enum logcode {FNONE=0, FERROR=1, FINFO=2, FLOG=3}; #include "errcode.h"