diff -r 9ca650050cf0 -r c22eff170fac imgtools/imglib/compress/byte_pair.h --- a/imgtools/imglib/compress/byte_pair.h Mon Nov 22 10:41:57 2010 +0800 +++ b/imgtools/imglib/compress/byte_pair.h Mon Nov 22 10:56:31 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