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

Comparing ray/src/common/tiffio.h (file contents):
Revision 3.9 by schorsch, Sun Jul 27 22:12:01 2003 UTC vs.
Revision 3.10 by greg, Tue Sep 9 15:01:22 2003 UTC

# Line 203 | Line 203 | typedef struct {
203   #include <stdio.h>
204   #include <stdarg.h>
205  
206 <                        /* share internal LogLuv conversion routines */
206 > /* share internal LogLuv conversion routines? */
207   #ifndef LOGLUV_PUBLIC
208 < #define LOGLUV_PUBLIC           1
208 > #define LOGLUV_PUBLIC           1      
209   #endif
210  
211   #if defined(__cplusplus)
# Line 273 | Line 273 | extern int TIFFUnlinkDirectory(TIFF*, tdir_t);
273   extern  int TIFFSetField(TIFF*, ttag_t, ...);
274   extern  int TIFFVSetField(TIFF*, ttag_t, va_list);
275   extern  int TIFFWriteDirectory(TIFF *);
276 + extern  int TIFFRewriteDirectory(TIFF *);
277   extern  int TIFFReassignTagToIgnore(enum TIFFIgnoreSense, int);
278  
279   #if defined(c_plusplus) || defined(__cplusplus)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines