X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/045101c0a79f43fe566422622f154d5cc0141d8a..b84d8f3a2a435ecad9b75900a9f31445fb71e187:/uip/mhlist.c diff --git a/uip/mhlist.c b/uip/mhlist.c index 112c0984..e8f8163b 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -110,7 +110,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); /* * static prototypes @@ -373,7 +373,8 @@ do_cache: context_save (); /* save the context file */ } - return done (0); + done (0); + return 1; }