Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Compress/LZMA_Alone/LzmaBench.h')
-rwxr-xr-x7zip/Compress/LZMA_Alone/LzmaBench.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/7zip/Compress/LZMA_Alone/LzmaBench.h b/7zip/Compress/LZMA_Alone/LzmaBench.h
index bf1d3e0a..a6a0e82e 100755
--- a/7zip/Compress/LZMA_Alone/LzmaBench.h
+++ b/7zip/Compress/LZMA_Alone/LzmaBench.h
@@ -6,6 +6,6 @@
#include <stdio.h>
#include "../../../Common/Types.h"
-int LzmaBenchmark(FILE *f, UInt32 numIterations, UInt32 dictionarySize, bool isBT4);
+int LzmaBenchmark(FILE *f, UInt32 numIterations, UInt32 dictionarySize);
#endif