summaryrefslogtreecommitdiff
path: root/libtiff/tiffiop.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-02-14 15:41:04 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-02-14 15:41:04 +0100
commit442fa64e416a798b94b33dfa95e0031648864e1a (patch)
treed39bedd0e423d7ecafcc35c3d05079a0e3d05585 /libtiff/tiffiop.h
parentf01c22704826d1587fb8d91b253752b13c6713ba (diff)
parent5347f0f731359807c6aa186d04cd57ae47c6dd62 (diff)
downloadlibtiff-git-442fa64e416a798b94b33dfa95e0031648864e1a.tar.gz
Merge branch 'zstd'
Diffstat (limited to 'libtiff/tiffiop.h')
-rw-r--r--libtiff/tiffiop.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libtiff/tiffiop.h b/libtiff/tiffiop.h
index 897b9e64..b4c84a2a 100644
--- a/libtiff/tiffiop.h
+++ b/libtiff/tiffiop.h
@@ -426,6 +426,9 @@ extern int TIFFInitSGILog(TIFF*, int);
#ifdef LZMA_SUPPORT
extern int TIFFInitLZMA(TIFF*, int);
#endif
+#ifdef ZSTD_SUPPORT
+extern int TIFFInitZSTD(TIFF*, int);
+#endif
#ifdef VMS
extern const TIFFCodec _TIFFBuiltinCODECS[];
#else