Add new functions to anonymous version script


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@423 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/turbojpeg-mapfile b/turbojpeg-mapfile
index e54d59c..7fc4a2d 100755
--- a/turbojpeg-mapfile
+++ b/turbojpeg-mapfile
@@ -3,9 +3,11 @@
 		tjInitCompress;
 		tjCompress;
 		TJBUFSIZE;
+		TJBUFSIZEYUV;
 		tjInitDecompress;
 		tjDecompressHeader;
 		tjDecompressHeader2;
+		tjScaledSize;
 		tjDecompress;
 		tjDestroy;
 		tjGetErrorStr;
diff --git a/turbojpeg-mapfile.jni b/turbojpeg-mapfile.jni
index 5aaa1e0..02d4eda 100755
--- a/turbojpeg-mapfile.jni
+++ b/turbojpeg-mapfile.jni
@@ -3,9 +3,11 @@
 		tjInitCompress;
 		tjCompress;
 		TJBUFSIZE;
+		TJBUFSIZEYUV;
 		tjInitDecompress;
 		tjDecompressHeader;
 		tjDecompressHeader2;
+		tjScaledSize;
 		tjDecompress;
 		tjDestroy;
 		tjGetErrorStr;