From 0c1c40567820752928d953db06b392d097000e2a Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Thu, 28 Jul 2005 14:49:37 +0000 Subject: [PATCH] Small fix for the previous commit. --- libtiff/tiffiop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtiff/tiffiop.h b/libtiff/tiffiop.h index fe53a8fa..df76ab91 100644 --- a/libtiff/tiffiop.h +++ b/libtiff/tiffiop.h @@ -1,4 +1,4 @@ -/* $Id: tiffiop.h,v 1.39 2005-07-28 11:35:12 dron Exp $ */ +/* $Id: tiffiop.h,v 1.40 2005-07-28 14:49:37 dron Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -268,7 +268,7 @@ extern void _TIFFprintAsciiTag(FILE*, const char*, const char*); GLOBALDATA(TIFFErrorHandler,_TIFFwarningHandler); GLOBALDATA(TIFFErrorHandler,_TIFFerrorHandler); -extern char *_TIFFCheckMalloc(TIFF*, size_t, size_t, const char*); +extern tdata_t _TIFFCheckMalloc(TIFF*, size_t, size_t, const char*); extern int TIFFInitDumpMode(TIFF*, int); #ifdef PACKBITS_SUPPORT