This commit is contained in:
Igor Pavlov
2005-06-28 00:00:00 +00:00
committed by Kornel Lesiński
parent 3c510ba80b
commit ac2b563958
83 changed files with 3668 additions and 1316 deletions

View File

@@ -18,7 +18,7 @@ LzmaRamGetUncompressedSize:
*/
int LzmaRamGetUncompressedSize(
unsigned char *inBuffer,
const unsigned char *inBuffer,
size_t inSize,
size_t *outSize);
@@ -44,7 +44,7 @@ With default lzma settings it's about 16 KB.
*/
int LzmaRamDecompress(
unsigned char *inBuffer,
const unsigned char *inBuffer,
size_t inSize,
unsigned char *outBuffer,
size_t outSize,