X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/045101c0a79f43fe566422622f154d5cc0141d8a..da304a48a24d7cc7fafae13c994d94ad3d6483f2:/uip/mhlist.c diff --git a/uip/mhlist.c b/uip/mhlist.c index 112c0984..4cca8d2a 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; }