X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fmhtest.c;h=cde45dbdf6f92249048fc7aa140235ed481beb79;hb=907d56122e31657df15e9bc79460210deedaefd9;hp=022f6c4ccc71c57e5f612347aabd00b36946ce99;hpb=164be8e5e8b40ce4572281be26d423a9c9d595f3;p=mmh diff --git a/uip/mhtest.c b/uip/mhtest.c index 022f6c4..cde45db 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -105,7 +105,7 @@ void freects_done (int) NORETURN; * static prototypes */ static int write_content (CT *, char *); -static RETSIGTYPE pipeser (int); +static void pipeser (int); int @@ -271,7 +271,7 @@ do_cache: adios (NULL, "out of memory"); ctp = cts; - if ((ct = parse_mime (file))); + if ((ct = parse_mime (file))) *ctp++ = ct; } else { /* @@ -377,7 +377,7 @@ write_content (CT *cts, char *outfile) } -static RETSIGTYPE +static void pipeser (int i) { if (i == SIGQUIT) {