summaryrefslogtreecommitdiff
path: root/programs/dibio.h
diff options
context:
space:
mode:
Diffstat (limited to 'programs/dibio.h')
-rw-r--r--programs/dibio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/dibio.h b/programs/dibio.h
index e61d0042c8507..84f7d580283d4 100644
--- a/programs/dibio.h
+++ b/programs/dibio.h
@@ -32,7 +32,7 @@
*/
int DiB_trainFromFiles(const char* dictFileName, unsigned maxDictSize,
const char** fileNamesTable, unsigned nbFiles,
- ZDICT_params_t *params, COVER_params_t *coverParams,
+ ZDICT_legacy_params_t *params, ZDICT_cover_params_t *coverParams,
int optimizeCover);
#endif