X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhlist.c;h=4cca8d2a32b7d765080c6eeb9452afb483c85109;hb=5658c6c561ca13aae18a68f178457245176526fc;hp=112c09840e621e56a43e6cfbc3c71840dcb30a8e;hpb=045101c0a79f43fe566422622f154d5cc0141d8a;p=mmh diff --git a/uip/mhlist.c b/uip/mhlist.c index 112c098..4cca8d2 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -68,7 +68,6 @@ static struct swit switches[] = { /* mhparse.c */ -extern int checksw; extern char *tmp; /* directory to place temp files */ /* mhcachesbr.c */ @@ -110,7 +109,7 @@ void list_all_messages (CT *, int, int, int, int); /* mhfree.c */ void free_content (CT); extern CT *cts; -int freects_done (int); +void freects_done (int) NORETURN; /* * static prototypes @@ -373,7 +372,8 @@ do_cache: context_save (); /* save the context file */ } - return done (0); + done (0); + return 1; }