X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhtest.c;h=985147c73a24e6640b7b10595cc8bf90d194fd0a;hp=5e6494a201006f6212cc86d60a8c4d1068a614a6;hb=56a805299de35d8924969138aef4d0f1580daa6d;hpb=5c5dd3edc1081fa4bedec764e5e8cc44bc4fa5fd diff --git a/uip/mhtest.c b/uip/mhtest.c index 5e6494a..985147c 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -114,6 +114,7 @@ void free_content (CT); */ static int write_content (CT *, char *); static RETSIGTYPE pipeser (int); +static int freectp_done (int); int @@ -127,6 +128,8 @@ main (int argc, char **argv) struct msgs *mp = NULL; CT ct, *ctp; + done=freectp_done; + #ifdef LOCALE setlocale(LC_ALL, ""); #endif @@ -397,8 +400,8 @@ pipeser (int i) } -int -done (int status) +static int +freectp_done (int status) { CT *ctp;