--- ray/src/rt/srcsamp.c 1992/09/22 11:28:48 2.4 +++ ray/src/rt/srcsamp.c 1993/03/08 12:37:39 2.5 @@ -15,6 +15,9 @@ static char SCCSid[] = "$SunId$ LBL"; #include "random.h" +static int cyl_partit(), flt_partit(); + + double nextssamp(r, si) /* compute sample for source, rtn. distance */ register RAY *r; /* origin is read, direction is set */