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

Comparing ray/src/common/lookup.h (file contents):
Revision 2.9 by greg, Fri Jun 27 06:53:21 2003 UTC vs.
Revision 2.10 by schorsch, Mon Jul 14 22:23:59 2003 UTC

# Line 4 | Line 4
4   */
5   #ifndef _RAD_LOOKUP_H_
6   #define _RAD_LOOKUP_H_
7 +
8 + #include <string.h> /* strcmp() */
9 +
10   #ifdef __cplusplus
11   extern "C" {
12   #endif
# Line 74 | Line 77 | typedef struct {
77   * in the LU_TAB structure.  The final action of lu_done is to free the
78   * allocated table itself.
79   */
77
78 #include <string.h> /* strcmp() */
80  
81   extern int      lu_init(LUTAB *tbl, int nel);
82   extern unsigned long    lu_shash(char *s);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines