summaryrefslogtreecommitdiffstats
path: root/hostTools/lzma/compress/BinTreeMF.h
blob: 8019ab5365529db726fe6c5715a7019eaa563755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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