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
This commit is contained in:
DRC
2011-02-22 06:44:50 +00:00
parent b28fc5710a
commit 4e8ae08b00
2 changed files with 4 additions and 0 deletions

View File

@@ -3,9 +3,11 @@
tjInitCompress;
tjCompress;
TJBUFSIZE;
TJBUFSIZEYUV;
tjInitDecompress;
tjDecompressHeader;
tjDecompressHeader2;
tjScaledSize;
tjDecompress;
tjDestroy;
tjGetErrorStr;

View File

@@ -3,9 +3,11 @@
tjInitCompress;
tjCompress;
TJBUFSIZE;
TJBUFSIZEYUV;
tjInitDecompress;
tjDecompressHeader;
tjDecompressHeader2;
tjScaledSize;
tjDecompress;
tjDestroy;
tjGetErrorStr;