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.8 by schorsch, Fri Jun 6 16:38:47 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
13  
11
12 #include "copyright.h"
13
14   typedef struct {
15          char    *key;                   /* key name */
16          unsigned long   hval;           /* key hash value (for efficiency) */
# Line 77 | 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   */
80
81 #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