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/BZip2/BZip2Update.h')
-rwxr-xr-x7zip/Archive/BZip2/BZip2Update.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/7zip/Archive/BZip2/BZip2Update.h b/7zip/Archive/BZip2/BZip2Update.h
index 5f40d752..ce20e323 100755
--- a/7zip/Archive/BZip2/BZip2Update.h
+++ b/7zip/Archive/BZip2/BZip2Update.h
@@ -12,7 +12,11 @@ HRESULT UpdateArchive(
UInt64 unpackSize,
ISequentialOutStream *outStream,
int indexInClient,
+ UInt32 dictionary,
UInt32 numPasses,
+ #ifdef COMPRESS_MT
+ UInt32 numThreads,
+ #endif
IArchiveUpdateCallback *updateCallback);
}}