aboutsummaryrefslogtreecommitdiff
path: root/sp/src/utils/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.h
diff options
context:
space:
mode:
Diffstat (limited to 'sp/src/utils/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.h')
-rw-r--r--sp/src/utils/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sp/src/utils/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.h b/sp/src/utils/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.h
new file mode 100644
index 00000000..a6a0e82e
--- /dev/null
+++ b/sp/src/utils/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.h
@@ -0,0 +1,11 @@
+// LzmaBench.h
+
+#ifndef __LzmaBench_h
+#define __LzmaBench_h
+
+#include <stdio.h>
+#include "../../../Common/Types.h"
+
+int LzmaBenchmark(FILE *f, UInt32 numIterations, UInt32 dictionarySize);
+
+#endif