mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
fixes for tests and segfault
This commit is contained in:
parent
a9c807a948
commit
30bff50e06
5 changed files with 26 additions and 22 deletions
|
|
@ -118,10 +118,6 @@ int FIO_decompressMultipleFilenames(FIO_prefs_t* const prefs,
|
|||
const char* outFileName,
|
||||
const char* dictFileName);
|
||||
|
||||
void FIO_processMultipleFilenameDestinationDir(char** dstFilenameTable,
|
||||
const char** filenameTable, unsigned filenameIdx,
|
||||
const char* outFileName, const char* outDirName);
|
||||
|
||||
|
||||
/*-*************************************
|
||||
* Advanced stuff (should actually be hosted elsewhere)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue