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

Comparing ray/src/common/modobject.c (file contents):
Revision 2.9 by greg, Mon Mar 10 17:13:29 2003 UTC vs.
Revision 2.10 by schorsch, Thu Jul 17 09:21:29 2003 UTC

# Line 21 | Line 21 | static struct ohtab {
21          OBJECT  *htab;                  /* table, if allocated */
22   }  modtab = {100, NULL}, objtab = {1000, NULL}; /* modifiers and objects */
23  
24 < static int  otndx();
24 > static int  otndx(char *, struct ohtab *);
25  
26  
27   OBJECT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines