Revision: | 3.4 |
Committed: | Mon Feb 6 22:40:21 2023 UTC (2 years, 2 months 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 |
# | Content |
---|---|
1 | #ifndef lint |
2 | static const char RCSid[] = "$Id: addobjnotify.c,v 3.3 2003/02/25 02:47:21 greg Exp $"; |
3 | #endif |
4 | /* |
5 | * Dummy declaration of addobjnotify[] |
6 | */ |
7 | |
8 | #include "copyright.h" |
9 | |
10 | #include <stdio.h> |
11 | #include "tiff.h" |
12 | #include "fvect.h" |
13 | #include "object.h" |
14 | |
15 | void (*addobjnotify[1])(OBJECT) = {0}; |