--- ray/src/common/readoct.c 1993/01/25 12:42:39 2.8 +++ ray/src/common/readoct.c 1993/11/18 09:27:01 2.10 @@ -21,7 +21,7 @@ static char SCCSid[] = "$SunId$ LBL"; static double ogetflt(); static long ogetint(); static char *ogetstr(); -static int getobj(), octerror(); +static int getobj(), octerror(), skiptree(); static OCTREE getfullnode(), gettree(); static char *infn; /* input file name */ @@ -38,7 +38,6 @@ int load; CUBE *scene; char *ofn[]; { - extern int fputs(); char sbuf[512]; int nf; OBJECT fnobjects;