promote ZSTD_getDecompressedSize() to stable API

This commit is contained in:
Yann Collet
2016-07-10 01:46:18 +02:00
parent e66708daf7
commit 25c506601c
3 changed files with 7 additions and 17 deletions
-3
View File
@@ -85,9 +85,6 @@ static const ZSTD_DDict* createDict(const char* dictFileName)
}
/* prototype declared here, as it currently is part of experimental section */
unsigned long long ZSTD_getDecompressedSize(const void* src, size_t srcSize);
static void decompress(const char* fname, const ZSTD_DDict* ddict)
{
size_t cSize;