diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2015-03-07 12:23:00 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2015-03-07 12:23:00 (GMT) |
commit | 488029ec3b23b1e00a69f1ac3fcdd49d24cb7d3f (patch) | |
tree | d696d7ecfc04803408fb3b9a9ef15697c0cbca00 /programs/bench.h | |
parent | 046bd3abee5b05f3c08a5b86c6b50c552c8567cc (diff) | |
download | lz4-488029ec3b23b1e00a69f1ac3fcdd49d24cb7d3f.zip lz4-488029ec3b23b1e00a69f1ac3fcdd49d24cb7d3f.tar.gz lz4-488029ec3b23b1e00a69f1ac3fcdd49d24cb7d3f.tar.bz2 |
Updated : compress multiple files
Diffstat (limited to 'programs/bench.h')
-rw-r--r-- | programs/bench.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/bench.h b/programs/bench.h index d42df68..2a20cdb 100644 --- a/programs/bench.h +++ b/programs/bench.h @@ -1,6 +1,6 @@ /* bench.h - Demo program to benchmark open-source compression algorithm - Copyright (C) Yann Collet 2012-2014 + Copyright (C) Yann Collet 2012-2015 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,7 +28,7 @@ extern "C" { /* Main function */ -int BMK_benchFile(char** fileNamesTable, int nbFiles, int cLevel); +int BMK_benchFile(const char** fileNamesTable, int nbFiles, int cLevel); /* Set Parameters */ void BMK_SetBlocksize(int bsize); |