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.1 by greg, Sat Feb 22 02:07:22 2003 UTC vs.
Revision 3.10 by greg, Tue Sep 9 15:01:22 2003 UTC

# Line 1 | Line 1
1 < /* RCSid: $Id$ */
1 > /* $Header$ */
2 >
3   /*
4   * Copyright (c) 1988-1997 Sam Leffler
5   * Copyright (c) 1991-1997 Silicon Graphics, Inc.
# Line 202 | 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 272 | 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