X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhlist.c;h=66f9d894a414211bb08f4ada0fd01cce42e0199d;hp=8902f7595f206e493c813b0cb08bd6e9da643e3a;hb=31dc797eb5178970d68962ca8939da3fd9a8efda;hpb=33dc8211a72df0c27fa11220f3b27583cd1c7e49 diff --git a/uip/mhlist.c b/uip/mhlist.c index 8902f75..66f9d89 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include @@ -18,46 +17,34 @@ #include #include -#ifdef HAVE_SYS_WAIT_H -# include -#endif - static struct swit switches[] = { -#define CHECKSW 0 - { "check", 0 }, -#define NCHECKSW 1 - { "nocheck", 0 }, -#define HEADSW 2 +#define HEADSW 0 { "headers", 0 }, -#define NHEADSW 3 +#define NHEADSW 1 { "noheaders", 0 }, -#define SIZESW 4 +#define SIZESW 2 { "realsize", 0 }, -#define NSIZESW 5 +#define NSIZESW 3 { "norealsize", 0 }, -#define VERBSW 6 +#define VERBSW 4 { "verbose", 0 }, -#define NVERBSW 7 +#define NVERBSW 5 { "noverbose", 0 }, -#define FILESW 8 /* interface from show */ +#define FILESW 6 /* interface from show */ { "file file", 0 }, -#define PARTSW 9 +#define PARTSW 7 { "part number", 0 }, -#define TYPESW 10 +#define TYPESW 8 { "type content", 0 }, -#define RCACHESW 11 +#define RCACHESW 9 { "rcache policy", 0 }, -#define WCACHESW 12 +#define WCACHESW 10 { "wcache policy", 0 }, -#define VERSIONSW 13 +#define VERSIONSW 11 { "version", 0 }, -#define HELPSW 14 +#define HELPSW 12 { "help", 0 }, - -/* -** switches for debugging -*/ -#define DEBUGSW 15 +#define DEBUGSW 13 { "debug", -5 }, { NULL, 0 } }; @@ -110,7 +97,7 @@ void freects_done(int) NORETURN; /* ** static prototypes */ -static RETSIGTYPE pipeser(int); +static void pipeser(int); int @@ -177,13 +164,6 @@ do_cache: } continue; - case CHECKSW: - checksw++; - continue; - case NCHECKSW: - checksw = 0; - continue; - case HEADSW: headsw = 1; continue; @@ -279,7 +259,7 @@ do_cache: adios(NULL, "out of memory"); ctp = cts; - if ((ct = parse_mime(file))); + if ((ct = parse_mime(file))) *ctp++ = ct; } else { /* @@ -371,7 +351,7 @@ do_cache: } -static RETSIGTYPE +static void pipeser(int i) { if (i == SIGQUIT) {