X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1a0dcd0a540e3af64ff63d84839336bf8c85ec40..fa87949f51fea475ba7c19a2aac57f49eebb56a2:/uip/mhstore.c diff --git a/uip/mhstore.c b/uip/mhstore.c index ff7724cd..7814dd27 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 @@ -383,7 +382,7 @@ do_cache: } -static RETSIGTYPE +static void pipeser (int i) { if (i == SIGQUIT) {