From a314803824e53ee0e8b49df2c2e1bddc9780d457 Mon Sep 17 00:00:00 2001 From: dlazaro Date: Wed, 29 Dec 1999 01:25:46 +0000 Subject: [PATCH] Changed name of NSWriteTiff function to NSTiffWrite so GNUstep GUI library can be linked again (also for coherence). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5639 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 7 +++++++ Source/libgnustep-gui.def | 2 +- Source/tiff.m | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6e67ea638..f6ef3ed6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-12-29 David Lazaro + + Changed name of function so GNUstep GUI library can be linked again. + * Source/tiff.m (NSTiffWrite): Changed name of NSWriteTiff to + NSTiffWrite. + * Source/libgnustep-gui.def: Same change here. + 1999-12-28 Adam Fedor * Source/NSBitmapImageRep.m ([NSBitmapImageRep diff --git a/Source/libgnustep-gui.def b/Source/libgnustep-gui.def index 8f443921b..47e079c93 100644 --- a/Source/libgnustep-gui.def +++ b/Source/libgnustep-gui.def @@ -123,4 +123,4 @@ NSTiffGetColormap NSTiffGetInfo NSTiffOpenData NSTiffRead -NSWriteTiff +NSTiffWrite diff --git a/Source/tiff.m b/Source/tiff.m index 17d8fbeee..ea15ac0aa 100644 --- a/Source/tiff.m +++ b/Source/tiff.m @@ -421,7 +421,7 @@ NSTiffRead(int imageNumber, TIFF* image, NSTiffInfo* info, char* data) } int -NSWriteTiff(TIFF* image, NSTiffInfo* info, char* data) +NSTiffWrite(TIFF* image, NSTiffInfo* info, char* data) { tdata_t buf = (tdata_t)data; int i;