aboutsummaryrefslogtreecommitdiff
path: root/programs/dibio.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-07-14 14:51:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-07-14 14:51:28 +0000
commitaffe9eaf7807e0a5c3aa99d79dece91c3bbc3854 (patch)
tree86f382469abb446221bb5f590e38193c99fc4214 /programs/dibio.h
parentffcbc2d7ba03067492045e4cbead519a3b3c27ef (diff)
Notes
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 e61d0042c850..84f7d580283d 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