imgtools/imglib/compress/byte_pair.h
changeset 700 c22eff170fac
parent 694 c3fbb20e86f0
--- 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