--- src/games/mille/end.c 2003/11/12 14:53:53 1.3 +++ src/games/mille/end.c 2006/08/27 17:17:23 1.4 @@ -41,18 +41,13 @@ * @(#)end.c 1.1 (Berkeley) 4/1/82 */ -#ifndef EXTRAP -void extrapolate (PLAY *); -void undoex (void); -#endif - /* * print out the score as if it was final, and add the totals for * the end-of-games points to the user who deserves it (if any). */ void -finalscore(pp) - PLAY *pp; { +finalscore(PLAY *pp) +{ int temp, tot, num; @@ -96,8 +91,8 @@ static int Last_tot[2]; /* last tot used * the end-of-games points to the user who deserves it (if any). */ void -extrapolate(pp) - PLAY *pp; { +extrapolate(PLAY *pp) +{ int x, num, tot, count; @@ -141,7 +136,8 @@ extrapolate(pp) } void -undoex() { +undoex(void) +{ reg PLAY *pp; reg int i;