diff -r 1dfff72f0961 -r c3fbb20e86f0 imgtools/imglib/compress/byte_pair.h --- a/imgtools/imglib/compress/byte_pair.h Wed Nov 17 14:41:23 2010 +0800 +++ b/imgtools/imglib/compress/byte_pair.h Wed Nov 17 16:47:23 2010 +0800 @@ -343,6 +343,7 @@ TInt Decompress(TUint8* dst, TInt dstSize, TUint8* src, TInt srcSize, TUint8*& srcNext); }; TInt BytePairCompress(TUint8* dst, TUint8* src, TInt size, CBytePair *aBPE); +TInt BytePairDecompress(TUint8* dst, TUint8* src, TInt size, CBytePair *aBPE); #endif