--- ray/src/common/getlibpath.c 1994/04/14 04:43:53 2.1 +++ ray/src/common/getlibpath.c 2003/05/13 17:58:32 2.4 @@ -1,20 +1,21 @@ -/* Copyright (c) 1994 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: getlibpath.c,v 2.4 2003/05/13 17:58:32 greg Exp $"; #endif - /* * Return Radiance library search path + * + * External symbols declared in standard.h */ +#include "copyright.h" + #include #include "paths.h" char * -getlibpath() +getrlibpath() { static char *libpath = NULL;