Add CMYK support to the TurboJPEG C API


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1019 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/turbojpeg-mapfile.jni b/turbojpeg-mapfile.jni
index 5ca59b4..7a5f98e 100755
--- a/turbojpeg-mapfile.jni
+++ b/turbojpeg-mapfile.jni
@@ -67,6 +67,7 @@
 {
 	global:
 		tjBufSizeYUV2;
+		tjDecompressHeader3;
 		tjDecompressToYUV2;
 		tjEncodeYUV3;
 		Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII;