]> git.marmaro.de Git - mmh/blobdiff - uip/mhlist.c
Beginning support for mh-format support in comp(1). Includes changes to
[mmh] / uip / mhlist.c
index 6ef455d1a8567127582939336de85eeb31ff32bf..664be9f6b8fe5c8e7378b25abca845e25c20200c 100644 (file)
@@ -108,7 +108,7 @@ void freects_done (int) NORETURN;
 /*
  * static prototypes
  */
-static RETSIGTYPE pipeser (int);
+static void pipeser (int);
 
 
 int
@@ -280,7 +280,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 +371,7 @@ do_cache:
 }
 
 
-static RETSIGTYPE
+static void
 pipeser (int i)
 {
     if (i == SIGQUIT) {