X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmsgchk.c;fp=uip%2Fmsgchk.c;h=03525c87c54ca9df088e7e51324447e9902fae60;hp=fa2336f9e540c60da399800bb898464565eb817f;hb=56f52a606b02d40fdc92b9012c7835679163cd5c;hpb=c05210483d82bf5f3786725ff80e12444088a701 diff --git a/uip/msgchk.c b/uip/msgchk.c index fa2336f..03525c8 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -41,19 +41,19 @@ static struct swit switches[] = { { "host hostname", POPminc (-4) }, #define USERSW 5 { "user username", POPminc (-4) }, -#define PORTSW 8 +#define PORTSW 6 { "port name/number", POPminc(-4) }, -#define VERSIONSW 10 +#define VERSIONSW 7 { "version", 0 }, -#define HELPSW 11 +#define HELPSW 8 { "help", 0 }, -#define SNOOPSW 12 +#define SNOOPSW 9 { "snoop", -5 }, -#define SASLSW 14 +#define SASLSW 10 { "sasl", SASLminc(-4) }, -#define SASLMECHSW 15 +#define SASLMECHSW 11 { "saslmech", SASLminc(-5) }, -#define PROXYSW 16 +#define PROXYSW 12 { "proxy command", POPminc(-5) }, { NULL, 0 } };