diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2018-10-22 20:00:30 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2018-10-22 20:00:30 +0000 |
| commit | 706cfae467a217cc786fd96a72cc2e33c61987e4 (patch) | |
| tree | e7673904660df47b5abd9a1c33cf982a514dac66 /programs/dibio.h | |
| parent | 42239e68a5cfba3b37b054425eace8d14e0844e3 (diff) | |
Notes
Diffstat (limited to 'programs/dibio.h')
| -rw-r--r-- | programs/dibio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/dibio.h b/programs/dibio.h index 499e3036520cd..ea163fe6afd9c 100644 --- a/programs/dibio.h +++ b/programs/dibio.h @@ -33,7 +33,7 @@ */ int DiB_trainFromFiles(const char* dictFileName, unsigned maxDictSize, const char** fileNamesTable, unsigned nbFiles, size_t chunkSize, - ZDICT_legacy_params_t *params, ZDICT_cover_params_t *coverParams, - int optimizeCover); + ZDICT_legacy_params_t* params, ZDICT_cover_params_t* coverParams, + ZDICT_fastCover_params_t* fastCoverParams, int optimize); #endif |
