--- ray/src/px/clrtab.c 1994/06/10 12:51:16 2.10 +++ ray/src/px/clrtab.c 1994/12/12 12:15:51 2.11 @@ -40,6 +40,10 @@ static int CLRCUBE[3][2] = {0,NRED,0,NGRN,0,NBLU}; #endif #endif +static cut(), mktabent(), closest(), addneigh(), setclosest(); +static int split(); +static unsigned dist(); + new_histo(n) /* clear our histogram */ int n;