diff options
Diffstat (limited to 'programs/dibio.h')
| -rw-r--r-- | programs/dibio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/programs/dibio.h b/programs/dibio.h index 0227239b26db..499e3036520c 100644 --- a/programs/dibio.h +++ b/programs/dibio.h @@ -5,6 +5,7 @@ * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). + * You may select, at your option, one of the above-listed licenses. */ /* This library is designed for a single-threaded console application. @@ -31,7 +32,7 @@ @return : 0 == ok. Any other : error. */ int DiB_trainFromFiles(const char* dictFileName, unsigned maxDictSize, - const char** fileNamesTable, unsigned nbFiles, + const char** fileNamesTable, unsigned nbFiles, size_t chunkSize, ZDICT_legacy_params_t *params, ZDICT_cover_params_t *coverParams, int optimizeCover); |
