From b69e4691673d158f85952749d816a00be4491a08 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Thu, 16 Mar 2006 12:22:27 +0000 Subject: [PATCH] Added decalration for _TIFFSetDefaultCompressionState(). --- libtiff/tiffiop.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libtiff/tiffiop.h b/libtiff/tiffiop.h index 990fe2d8..362dfc9b 100644 --- a/libtiff/tiffiop.h +++ b/libtiff/tiffiop.h @@ -1,4 +1,4 @@ -/* $Id: tiffiop.h,v 1.45 2006-03-15 12:48:45 dron Exp $ */ +/* $Id: tiffiop.h,v 1.46 2006-03-16 12:22:27 dron Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -250,6 +250,7 @@ extern void _TIFFSwab32BitData(TIFF*, tidata_t, tsize_t); extern void _TIFFSwab64BitData(TIFF*, tidata_t, tsize_t); extern int TIFFFlushData1(TIFF*); extern int TIFFDefaultDirectory(TIFF*); +extern void _TIFFSetDefaultCompressionState(TIFF*); extern int TIFFSetCompressionScheme(TIFF*, int); extern int TIFFSetDefaultCompressionState(TIFF*); extern uint32 _TIFFDefaultStripSize(TIFF*, uint32);