--- ray/src/ot/oconv.c 1991/11/12 17:00:55 2.1 +++ ray/src/ot/oconv.c 1991/12/19 15:06:31 2.2 @@ -50,8 +50,7 @@ main(argc, argv) /* convert object files to an octree int argc; char **argv; { - char *getenv(); - double atof(); + extern char *getenv(); FVECT bbmin, bbmax; char *infile = NULL; int outflags = IO_ALL;