--- ray/src/rt/ray.h 1994/12/20 20:18:20 2.4 +++ ray/src/rt/ray.h 1995/11/02 17:38:07 2.5 @@ -1,4 +1,4 @@ -/* Copyright (c) 1994 Regents of the University of California */ +/* Copyright (c) 1995 Regents of the University of California */ /* SCCSid "$SunId$ LBL" */ @@ -55,6 +55,8 @@ typedef struct ray { extern int raytrace(); extern double raynormal(); + +extern double raydistance(); extern int dimlist[]; /* dimension list for distribution */ extern int ndims; /* number of dimensions so far */