X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhlist.c;h=021a4b202ff9194728abe1add4fa2b7792f8cbb9;hb=75e27e3157b8023906ac68ea43b47555ddf5cd51;hp=d6986684aec6ece4b049daa7b165e4d7210efe0b;hpb=1a0dcd0a540e3af64ff63d84839336bf8c85ec40;p=mmh diff --git a/uip/mhlist.c b/uip/mhlist.c index d698668..021a4b2 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 @@ -152,10 +151,10 @@ main (int argc, char **argv) snprintf (buf, sizeof(buf), "%s [+folder] [msgs] [switches]", invo_name); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case RCACHESW: icachesw = &rcachesw; @@ -245,8 +244,6 @@ do_cache: parts[npart] = NULL; types[ntype] = NULL; - set_endian (); - /* Check for public cache location */ if ((cache_public = context_find (nmhcache)) && *cache_public != '/') cache_public = NULL; @@ -371,7 +368,7 @@ do_cache: } -static RETSIGTYPE +static void pipeser (int i) { if (i == SIGQUIT) {