ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/addobjnotify.c
Revision: 3.4
Committed: Mon Feb 6 22:40:21 2023 UTC (15 months, 1 week ago) by greg
Content type: text/plain
Branch: MAIN
CVS Tags: rad5R4, HEAD
Changes since 3.3: +7 -2 lines
Log Message:
refactor: Changed some char* args to const char* to avoid warnings

File Contents

# User Rev Content
1 gwlarson 3.1 #ifndef lint
2 greg 3.4 static const char RCSid[] = "$Id: addobjnotify.c,v 3.3 2003/02/25 02:47:21 greg Exp $";
3 gwlarson 3.1 #endif
4     /*
5     * Dummy declaration of addobjnotify[]
6     */
7    
8 greg 3.3 #include "copyright.h"
9 greg 3.2
10 greg 3.4 #include <stdio.h>
11     #include "tiff.h"
12     #include "fvect.h"
13     #include "object.h"
14    
15     void (*addobjnotify[1])(OBJECT) = {0};