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

Comparing ray/src/common/object.h (file contents):
Revision 2.24 by greg, Wed Aug 10 20:44:34 2022 UTC vs.
Revision 2.25 by greg, Mon Feb 6 22:40:21 2023 UTC

# Line 83 | Line 83 | extern OBJECT  nobjects;               /* # of objects */
83  
84   #define setfree(os)     free((void *)(os))
85  
86 < extern void  (*addobjnotify[])();        /* people to notify of new objects */
86 > extern void  (*addobjnotify[])(OBJECT); /* people to notify of new objects */
87  
88                                          /* defined in modobject.c */
89   extern OBJECT   objndx(OBJREC *op);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines