1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

promote ZSTD_getDecompressedSize() to stable API

This commit is contained in:
Yann Collet
2016-07-10 01:45:34 +02:00
parent e66708daf7
commit 25c506601c
3 changed files with 7 additions and 17 deletions

View File

@ -74,9 +74,6 @@ static void* loadFile_X(const char* fileName, size_t* size)
}
/* prototype declared here, as it is currently part of experimental section */
unsigned long long ZSTD_getDecompressedSize(const void* src, size_t srcSize);
static void decompress(const char* fname)
{
size_t cSize;