X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhstore.c;h=e510d1396419e2c00c7850f51f3904fa517a8ebd;hb=ac0b9fcce4167e2959ebc5b8d6efb8511acec66d;hp=1c4cee641d2d544d879a14b84df06163839dfd72;hpb=0c648c7c1509760370d4c4267a45a5a305885e7f;p=mmh diff --git a/uip/mhstore.c b/uip/mhstore.c index 1c4cee6..e510d13 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -94,7 +94,7 @@ void freects_done(int) NORETURN; /* ** static prototypes */ -static RETSIGTYPE pipeser(int); +static void pipeser(int); int autosw = 0; @@ -331,7 +331,7 @@ do_cache: adios(NULL, "out of memory"); ctp = cts; - if ((ct = parse_mime(file))); + if ((ct = parse_mime(file))) *ctp++ = ct; } else { /* @@ -423,7 +423,7 @@ do_cache: } -static RETSIGTYPE +static void pipeser(int i) { if (i == SIGQUIT) {