X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Finc.c;h=f2d2e77901635e0f49c4196c037cd0af301e0e41;hb=56a805299de35d8924969138aef4d0f1580daa6d;hp=45036f5baa0877b399fdcbdda930f76939e0ddc4;hpb=5c5dd3edc1081fa4bedec764e5e8cc44bc4fa5fd;p=mmh diff --git a/uip/inc.c b/uip/inc.c index 45036f5..f2d2e77 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -223,8 +223,8 @@ static FILE *in; */ char *map_name(char *); +static int inc_done(int); #ifdef POP -int done(int); static int pop_action(char *); static int pop_pack(char *); static int map_count(void); @@ -263,6 +263,8 @@ main (int argc, char **argv) struct hes_postoffice *po; #endif + done=inc_done; + /* absolutely the first thing we do is save our privileges, * and drop them if we can. */ @@ -987,8 +989,8 @@ cpymsg (FILE *in, FILE *out) #endif /* if 0 */ -int -done (int status) +static int +inc_done (int status) { #ifdef POP if (packfile && pd != NOTOK)