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.12 by greg, Fri Nov 21 07:15:29 2003 UTC

# Line 5 | Line 5 | static const char      RCSid[] = "$Id$";
5   * Table lookup routines
6   */
7  
8 #include "copyright.h"
9
8   #include <stdio.h>
9   #include <stdlib.h>
10  
# Line 156 | Line 154 | char   *key;
154   int
155   lu_doall(tbl, f)                /* loop through all valid table entries */
156   register LUTAB  *tbl;
157 < int     (*f)();
157 > int     (*f)(LUENT *);
158   {
159          int     rval = 0;
160          register LUENT  *tp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines