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/UI/Common/CompressCall.h')
-rwxr-xr-x7zip/UI/Common/CompressCall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/7zip/UI/Common/CompressCall.h b/7zip/UI/Common/CompressCall.h
index 815a50ea..95be95c3 100755
--- a/7zip/UI/Common/CompressCall.h
+++ b/7zip/UI/Common/CompressCall.h
@@ -13,6 +13,7 @@ HRESULT MyCreateProcess(const UString &params,
HRESULT CompressFiles(
const UString &curDir,
const UString &archiveName,
+ const UString &archiveType,
const UStringVector &names,
// const UString &outFolder,
bool email, bool showDialog, bool waitFinish);