X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1a0dcd0a540e3af64ff63d84839336bf8c85ec40..ce4e75e99c095abfcfd799df10a9b7f349c21c4a:/uip/mhlist.c diff --git a/uip/mhlist.c b/uip/mhlist.c index d6986684..312705ad 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -94,7 +94,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); /* mhlistsbr.c */ @@ -108,7 +107,7 @@ void freects_done (int) NORETURN; /* * static prototypes */ -static RETSIGTYPE pipeser (int); +static void pipeser (int); int @@ -371,7 +370,7 @@ do_cache: } -static RETSIGTYPE +static void pipeser (int i) { if (i == SIGQUIT) {