--- ray/src/common/readoct.c 1991/10/24 10:13:20 1.15 +++ ray/src/common/readoct.c 1991/10/28 09:47:22 1.16 @@ -22,6 +22,7 @@ extern double atof(); static double getflt(); static long getint(); static char *getstr(); +static int getobj(), octerror(); static OCTREE getfullnode(), gettree(); static char *infn; /* input file name */