X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhstore.c;h=bef91224c2245e97a5bdde8ac0688d54d2b3399f;hp=4d1ebe099e27e3bcefb10010a4adc7dc8ae4762d;hb=d8916ff5d389de5ab225cd6f40aeda1b285d0f28;hpb=045101c0a79f43fe566422622f154d5cc0141d8a diff --git a/uip/mhstore.c b/uip/mhstore.c index 4d1ebe0..bef9122 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -64,7 +64,6 @@ static struct swit switches[] = { /* mhparse.c */ -extern int checksw; extern char *tmp; /* directory to place temp files */ /* mhcachesbr.c */ @@ -104,7 +103,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 +384,8 @@ do_cache: context_save (); /* save the context file */ } - return done (0); + done (0); + return 1; }