X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhlist.c;h=e8f8163b63ad0a83ba1f9a0f392ca05265fd4141;hp=112c09840e621e56a43e6cfbc3c71840dcb30a8e;hb=38615191e71744b066425e0c44412b62dbe49cc2;hpb=045101c0a79f43fe566422622f154d5cc0141d8a diff --git a/uip/mhlist.c b/uip/mhlist.c index 112c098..e8f8163 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; }