From 00cac3d90ef9488c0325afd8126c380d04f7c721 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Thu, 28 Oct 2004 13:34:38 +0000 Subject: [PATCH] added lots of entry points --- libtiff/libtiff.def | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/libtiff/libtiff.def b/libtiff/libtiff.def index 363f4eea..f9eafbde 100644 --- a/libtiff/libtiff.def +++ b/libtiff/libtiff.def @@ -105,3 +105,17 @@ EXPORTS TIFFOpen TIFFWriteCheck TIFFRGBAImageOK TIFFNumberOfDirectories + TIFFSetFileName + TIFFSetClientdata + TIFFSetMode + TIFFClientdata + TIFFGetReadProc + TIFFGetWriteProc + TIFFGetSeekProc + TIFFGetCloseProc + TIFFGetSizeProc + TIFFGetMapFileProc + TIFFGetUnmapFileProc + TIFFIsCODECConfigured + TIFFGetConfiguredCODECs +