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

Comparing ray/src/common/lookup.c (file contents):
Revision 2.10 by schorsch, Mon Jul 21 22:30:17 2003 UTC vs.
Revision 2.11 by schorsch, Wed Jul 30 10:11:06 2003 UTC

# Line 156 | Line 156 | char   *key;
156   int
157   lu_doall(tbl, f)                /* loop through all valid table entries */
158   register LUTAB  *tbl;
159 < int     (*f)();
159 > int     (*f)(LUENT *);
160   {
161          int     rval = 0;
162          register LUENT  *tp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines