X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhtest.c;h=37174dea42fc6a8f39547614e3b4060750e8fae2;hb=12fc1bc3b016c93fa00712de76a286c09dc1ee39;hp=f6c14fbd671094eda2ff4491268bec908f803b03;hpb=0c648c7c1509760370d4c4267a45a5a305885e7f;p=mmh diff --git a/uip/mhtest.c b/uip/mhtest.c index f6c14fb..37174de 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -103,7 +103,7 @@ void freects_done(int) NORETURN; ** static prototypes */ static int write_content(CT *, char *); -static RETSIGTYPE pipeser(int); +static void pipeser(int); int @@ -267,7 +267,7 @@ do_cache: adios(NULL, "out of memory"); ctp = cts; - if ((ct = parse_mime(file))); + if ((ct = parse_mime(file))) *ctp++ = ct; } else { /* @@ -374,7 +374,7 @@ write_content(CT *cts, char *outfile) } -static RETSIGTYPE +static void pipeser(int i) { if (i == SIGQUIT) {