isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit fd229040d80eb6a1f9bd52b08e6118286577ef2d
parent 17dc64b41460f2789ffbc20ccd3305b9d5b84ac9
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Sat, 20 Nov 2010 23:48:23 +0100

DRV_SERVER_BAD is and will probably stay unused => trash

Diffstat:
Msrc/isync.h | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/isync.h b/src/isync.h @@ -169,8 +169,7 @@ typedef struct { #define DRV_MSG_BAD 1 #define DRV_BOX_BAD 2 #define DRV_STORE_BAD 3 -#define DRV_SERVER_BAD 4 -#define DRV_CANCELED 5 +#define DRV_CANCELED 4 /* All memory belongs to the driver's user. */