ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/src/common/getlibpath.c
(Generate patch)

Comparing src/common/getlibpath.c (file contents):
Revision 2.3 by greg, Tue Feb 25 02:47:21 2003 UTC vs.
Revision 2.7 by greg, Sat Jun 7 05:09:45 2025 UTC

# Line 4 | Line 4 | static const char      RCSid[] = "$Id$";
4   /*
5   * Return Radiance library search path
6   *
7 < *  External symbols declared in standard.h
7 > *  External symbols declared in paths.h
8   */
9  
10   #include "copyright.h"
# Line 13 | Line 13 | static const char      RCSid[] = "$Id$";
13  
14   #include "paths.h"
15  
16
16   char *
17 < getlibpath()
17 > getrlibpath()
18   {
19          static char     *libpath = NULL;
20  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)