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/Implode/ImplodeDecoder.h')
-rwxr-xr-x7zip/Compress/Implode/ImplodeDecoder.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/7zip/Compress/Implode/ImplodeDecoder.h b/7zip/Compress/Implode/ImplodeDecoder.h
index 7dd35003..627edba4 100755
--- a/7zip/Compress/Implode/ImplodeDecoder.h
+++ b/7zip/Compress/Implode/ImplodeDecoder.h
@@ -32,9 +32,8 @@ class CCoder :
int m_NumDistanceLowDirectBits;
UInt32 m_MinMatchLength;
- void ReadLevelItems(NImplode::NHuffman::CDecoder &table,
- Byte *levels, int numLevelItems);
- void ReadTables();
+ bool ReadLevelItems(NImplode::NHuffman::CDecoder &table, Byte *levels, int numLevelItems);
+ bool ReadTables();
void DeCodeLevelTable(Byte *newLevels, int numLevels);
public:
CCoder();