X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhlist.c;h=664be9f6b8fe5c8e7378b25abca845e25c20200c;hb=4877596410e850f2295f1015738bd8ca6e86ee0f;hp=6ef455d1a8567127582939336de85eeb31ff32bf;hpb=164be8e5e8b40ce4572281be26d423a9c9d595f3;p=mmh diff --git a/uip/mhlist.c b/uip/mhlist.c index 6ef455d..664be9f 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -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) {