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/Archive/GZip/GZipUpdate.h')
-rwxr-xr-x7zip/Archive/GZip/GZipUpdate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/7zip/Archive/GZip/GZipUpdate.h b/7zip/Archive/GZip/GZipUpdate.h
index 7c660087..c06e8a4c 100755
--- a/7zip/Archive/GZip/GZipUpdate.h
+++ b/7zip/Archive/GZip/GZipUpdate.h
@@ -15,6 +15,8 @@ struct CCompressionMethodMode
{
UInt32 NumPasses;
UInt32 NumFastBytes;
+ bool NumMatchFinderCyclesDefined;
+ UInt32 NumMatchFinderCycles;
};
HRESULT UpdateArchive(IInStream *inStream,