summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libtiff/libtiff.map6
1 files changed, 4 insertions, 2 deletions
diff --git a/libtiff/libtiff.map b/libtiff/libtiff.map
index 18bbfc35..3dcefe3a 100644
--- a/libtiff/libtiff.map
+++ b/libtiff/libtiff.map
@@ -145,7 +145,6 @@ LIBTIFF_4.0 {
TIFFXYZToRGB;
TIFFYCbCrToRGBInit;
TIFFYCbCrtoRGB;
- _TIFFClampDoubleToUInt32;
_TIFFfree;
_TIFFmalloc;
_TIFFmemcmp;
@@ -153,7 +152,6 @@ LIBTIFF_4.0 {
_TIFFmemset;
_TIFFrealloc;
-
local:
*;
};
@@ -201,3 +199,7 @@ LIBTIFF_4.4 {
TIFFFieldSetGetCountSize;
TIFFIsBigTIFF;
} LIBTIFF_4.3;
+
+LIBTIFF_4.5 {
+ _TIFFClampDoubleToUInt32;
+} LIBTIFF_4.4;