X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhstore.c;h=41e62c7d863c90a57bfdfbddc67a4988e84c602c;hb=ad3fe946829f332d241a789c4e7758d6f7aba003;hp=ff7724cd3d5c8de037684251037400c8fd6aa0a9;hpb=1a0dcd0a540e3af64ff63d84839336bf8c85ec40;p=mmh diff --git a/uip/mhstore.c b/uip/mhstore.c index ff7724c..41e62c7 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 @@ -146,10 +145,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 AUTOSW: autosw++; @@ -383,7 +382,7 @@ do_cache: } -static RETSIGTYPE +static void pipeser (int i) { if (i == SIGQUIT) {