| # | 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 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |