X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhfree.c;h=38b830ec20908eba042b1517d954642ad17bed3a;hb=56a34bc502bde807ab722ee5f20d4db2901a5b23;hp=418e5c920a90ff205d86430036e61e41fa66e7ce;hpb=045101c0a79f43fe566422622f154d5cc0141d8a;p=mmh diff --git a/uip/mhfree.c b/uip/mhfree.c index 418e5c9..38b830e 100644 --- a/uip/mhfree.c +++ b/uip/mhfree.c @@ -3,8 +3,6 @@ * mhfree.c -- routines to free the data structures used to * -- represent MIME messages * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -25,7 +23,7 @@ void free_content (CT); void free_header (CT); void free_ctinfo (CT); void free_encoding (CT, int); -int freects_done (int); +void freects_done (int); /* * static prototypes @@ -287,7 +285,7 @@ free_encoding (CT ct, int toplevel) } -int +void freects_done (int status) { CT *ctp; @@ -297,5 +295,4 @@ freects_done (int status) free_content (*ctp); exit (status); - return 1; /* dead code to satisfy the compiler */ }