--- ray/src/common/lookup.c 2003/07/21 22:30:17 2.10 +++ ray/src/common/lookup.c 2003/11/21 07:15:29 2.12 @@ -1,12 +1,10 @@ #ifndef lint -static const char RCSid[] = "$Id: lookup.c,v 2.10 2003/07/21 22:30:17 schorsch Exp $"; +static const char RCSid[] = "$Id: lookup.c,v 2.12 2003/11/21 07:15:29 greg Exp $"; #endif /* * Table lookup routines */ -#include "copyright.h" - #include #include @@ -156,7 +154,7 @@ char *key; int lu_doall(tbl, f) /* loop through all valid table entries */ register LUTAB *tbl; -int (*f)(); +int (*f)(LUENT *); { int rval = 0; register LUENT *tp;