| 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) |
| 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) |