X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhlist.c;h=bcc4dd2b7b83f980893d8703b1dc4ec55821d848;hp=1de53e33aa29d83b541f94c95ea9f92710f0b7bb;hb=56a805299de35d8924969138aef4d0f1580daa6d;hpb=5c5dd3edc1081fa4bedec764e5e8cc44bc4fa5fd diff --git a/uip/mhlist.c b/uip/mhlist.c index 1de53e3..bcc4dd2 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -117,6 +117,7 @@ void free_content (CT); * static prototypes */ static RETSIGTYPE pipeser (int); +static int freectp_done (int); int @@ -131,6 +132,8 @@ main (int argc, char **argv) struct msgs *mp = NULL; CT ct, *ctp; + done=freectp_done; + #ifdef LOCALE setlocale(LC_ALL, ""); #endif @@ -391,8 +394,8 @@ pipeser (int i) } -int -done (int status) +static int +freectp_done (int status) { CT *ctp;