mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 06:06:59 -06:00
22.00
This commit is contained in:
2
CPP/7zip/UI/Common/CompressCall.h
Normal file → Executable file
2
CPP/7zip/UI/Common/CompressCall.h
Normal file → Executable file
@@ -15,7 +15,7 @@ HRESULT CompressFiles(
|
||||
const UStringVector &names,
|
||||
bool email, bool showDialog, bool waitFinish);
|
||||
|
||||
void ExtractArchives(const UStringVector &arcPaths, const UString &outFolder, bool showDialog, bool elimDup);
|
||||
void ExtractArchives(const UStringVector &arcPaths, const UString &outFolder, bool showDialog, bool elimDup, UInt32 writeZone);
|
||||
void TestArchives(const UStringVector &arcPaths, bool hashMode = false);
|
||||
|
||||
void CalcChecksum(const UStringVector &paths,
|
||||
|
||||
Reference in New Issue
Block a user