Add COVER to the zstd cli

This commit is contained in:
Nick Terrell
2017-01-02 14:43:08 -08:00
parent 9103ed6c8b
commit df8415c502
3 changed files with 114 additions and 15 deletions
+2 -2
View File
@@ -32,7 +32,7 @@
*/
int DiB_trainFromFiles(const char* dictFileName, unsigned maxDictSize,
const char** fileNamesTable, unsigned nbFiles,
ZDICT_params_t parameters);
ZDICT_params_t *params, COVER_params_t *coverParams,
int optimizeCover);
#endif