promote ZSTD_getDecompressedSize() to stable API
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user