summaryrefslogtreecommitdiffstats
path: root/hostTools/lzma/compress/BinTreeMF.h
diff options
context:
space:
mode:
Diffstat (limited to 'hostTools/lzma/compress/BinTreeMF.h')
-rw-r--r--hostTools/lzma/compress/BinTreeMF.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/hostTools/lzma/compress/BinTreeMF.h b/hostTools/lzma/compress/BinTreeMF.h
new file mode 100644
index 0000000..8019ab5
--- /dev/null
+++ b/hostTools/lzma/compress/BinTreeMF.h
@@ -0,0 +1,19 @@
+// #ifndef __BINTREEMF_H
+// #define __BINTREEMF_H
+
+#include "BinTree.h"
+
+namespace BT_NAMESPACE {
+
+class CMatchFinderBinTree : public CInTree
+{
+public:
+ HRESULT Create(UINT32 aSizeHistory,
+ UINT32 aKeepAddBufferBefore, UINT32 aMatchMaxLen,
+ UINT32 aKeepAddBufferAfter);
+};
+
+}
+
+// #endif
+