X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhstore.c;h=2646ba62955068df15915bbf263a9e75a3f26554;hb=9ac724c1df34e9dd56e2e35566b0cf81a491e8e6;hp=5bc8daaf1de76abc15f832402f4697005763670b;hpb=164be8e5e8b40ce4572281be26d423a9c9d595f3;p=mmh diff --git a/uip/mhstore.c b/uip/mhstore.c index 5bc8daa..2646ba6 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -102,7 +102,7 @@ void freects_done (int) NORETURN; /* * static prototypes */ -static RETSIGTYPE pipeser (int); +static void pipeser (int); int @@ -292,7 +292,7 @@ do_cache: adios (NULL, "out of memory"); ctp = cts; - if ((ct = parse_mime (file))); + if ((ct = parse_mime (file))) *ctp++ = ct; } else { /* @@ -383,7 +383,7 @@ do_cache: } -static RETSIGTYPE +static void pipeser (int i) { if (i == SIGQUIT) {