X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhn.c;h=3f2d2623d2231cb2b197c4564196ec8cfa5774f6;hp=809568c5c675edbc80ac0c79ef5a8f38055c5ec3;hb=56a805299de35d8924969138aef4d0f1580daa6d;hpb=0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814 diff --git a/uip/mhn.c b/uip/mhn.c index 809568c..3f2d262 100644 --- a/uip/mhn.c +++ b/uip/mhn.c @@ -205,6 +205,7 @@ void free_content (CT); * static prototypes */ static RETSIGTYPE pipeser (int); +static int freectp_done (int); int @@ -220,6 +221,8 @@ main (int argc, char **argv) CT ct, *ctp; FILE *fp; + done=freectp_done; + #ifdef LOCALE setlocale(LC_ALL, ""); #endif @@ -704,8 +707,8 @@ pipeser (int i) } -int -done (int status) +static int +freectp_done (int status) { CT *ctp;