X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhshow.c;h=475517172e587a5bd7d56b47f68c2d09f3d6b666;hp=3e7e3a5f24537f15c88c3a56eef5edf19c0c308d;hb=56a805299de35d8924969138aef4d0f1580daa6d;hpb=5c5dd3edc1081fa4bedec764e5e8cc44bc4fa5fd diff --git a/uip/mhshow.c b/uip/mhshow.c index 3e7e3a5..4755171 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -133,6 +133,7 @@ void free_content (CT); * static prototypes */ static RETSIGTYPE pipeser (int); +static int freectp_done (int); int @@ -147,6 +148,8 @@ main (int argc, char **argv) CT ct, *ctp; FILE *fp; + done=freectp_done; + #ifdef LOCALE setlocale(LC_ALL, ""); #endif @@ -471,8 +474,8 @@ pipeser (int i) } -int -done (int status) +static int +freectp_done (int status) { CT *ctp;