X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhstore.c;h=b1f57fe9dc276d4b0e4c4a80c0e92f54a2ef0719;hp=dc627247351f47bba65f10b2f9591b7381bf8749;hb=56a805299de35d8924969138aef4d0f1580daa6d;hpb=5c5dd3edc1081fa4bedec764e5e8cc44bc4fa5fd diff --git a/uip/mhstore.c b/uip/mhstore.c index dc62724..b1f57fe 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -111,6 +111,7 @@ void free_content (CT); * static prototypes */ static RETSIGTYPE pipeser (int); +static int freectp_done (int); int @@ -125,6 +126,8 @@ main (int argc, char **argv) CT ct, *ctp; FILE *fp; + done=freectp_done; + #ifdef LOCALE setlocale(LC_ALL, ""); #endif @@ -403,8 +406,8 @@ pipeser (int i) } -int -done (int status) +static int +freectp_done (int status) { CT *ctp;