X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhstore.c;h=7814dd276d6516f09088e15b3d56f97c44ab5cc8;hb=e7129bf90a1b361e07365002379d8d2874c0f771;hp=5bc8daaf1de76abc15f832402f4697005763670b;hpb=164be8e5e8b40ce4572281be26d423a9c9d595f3;p=mmh diff --git a/uip/mhstore.c b/uip/mhstore.c index 5bc8daa..7814dd2 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -88,7 +88,6 @@ CT parse_mime (char *); /* mhmisc.c */ int part_ok (CT, int); int type_ok (CT, int); -void set_endian (void); void flush_errors (void); /* mhstoresbr.c */ @@ -102,7 +101,7 @@ void freects_done (int) NORETURN; /* * static prototypes */ -static RETSIGTYPE pipeser (int); +static void pipeser (int); int @@ -292,7 +291,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 +382,7 @@ do_cache: } -static RETSIGTYPE +static void pipeser (int i) { if (i == SIGQUIT) {