X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhstore.c;h=7b44a96504494a1f799b861dac0f5d125ada2c51;hb=119362982fae61ae7aaa899eaf2544e4f4a84283;hp=4d1ebe099e27e3bcefb10010a4adc7dc8ae4762d;hpb=045101c0a79f43fe566422622f154d5cc0141d8a;p=mmh diff --git a/uip/mhstore.c b/uip/mhstore.c index 4d1ebe0..7b44a96 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -2,8 +2,6 @@ /* * mhstore.c -- store the contents of MIME messages * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -64,7 +62,6 @@ static struct swit switches[] = { /* mhparse.c */ -extern int checksw; extern char *tmp; /* directory to place temp files */ /* mhcachesbr.c */ @@ -104,7 +101,7 @@ void store_all_messages (CT *); /* mhfree.c */ void free_content (CT); extern CT *cts; -int freects_done (int); +void freects_done (int) NORETURN; /* * static prototypes @@ -385,7 +382,8 @@ do_cache: context_save (); /* save the context file */ } - return done (0); + done (0); + return 1; }