Removed RFC 1864 (Content-MD5) support. I.e. -check switches.
[mmh] / uip / mhlist.c
index 12480cf..66f9d89 100644 (file)
@@ -9,56 +9,42 @@
 #include <h/mh.h>
 #include <fcntl.h>
 #include <h/signals.h>
-#include <h/md5.h>
 #include <errno.h>
 #include <signal.h>
-#include <h/mts.h>
 #include <h/tws.h>
 #include <h/mime.h>
 #include <h/mhparse.h>
 #include <h/mhcachesbr.h>
 #include <h/utils.h>
 
-#ifdef HAVE_SYS_WAIT_H
-# include <sys/wait.h>
-#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 }
 };
@@ -111,7 +97,7 @@ void freects_done(int) NORETURN;
 /*
 ** static prototypes
 */
-static RETSIGTYPE pipeser(int);
+static void pipeser(int);
 
 
 int
@@ -178,13 +164,6 @@ do_cache:
                                }
                                continue;
 
-                       case CHECKSW:
-                               checksw++;
-                               continue;
-                       case NCHECKSW:
-                               checksw = 0;
-                               continue;
-
                        case HEADSW:
                                headsw = 1;
                                continue;
@@ -280,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 {
                /*
@@ -372,7 +351,7 @@ do_cache:
 }
 
 
-static RETSIGTYPE
+static void
 pipeser(int i)
 {
        if (i == SIGQUIT) {