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

Comparing ray/src/common/addobjnotify.c (file contents):
Revision 3.3 by greg, Tue Feb 25 02:47:21 2003 UTC vs.
Revision 3.4 by greg, Mon Feb 6 22:40:21 2023 UTC

# Line 7 | Line 7 | static const char      RCSid[] = "$Id$";
7  
8   #include "copyright.h"
9  
10 < void  (*addobjnotify[1])() = {0};
10 > #include <stdio.h>
11 > #include "tiff.h"
12 > #include "fvect.h"
13 > #include "object.h"
14 >
15 > void  (*addobjnotify[1])(OBJECT) = {0};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines