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 'CPP/7zip/UI/GUI/ExtractGUI.h')
-rw-r--r--[-rwxr-xr-x]CPP/7zip/UI/GUI/ExtractGUI.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/CPP/7zip/UI/GUI/ExtractGUI.h b/CPP/7zip/UI/GUI/ExtractGUI.h
index b0a692f0..d55b30de 100755..100644
--- a/CPP/7zip/UI/GUI/ExtractGUI.h
+++ b/CPP/7zip/UI/GUI/ExtractGUI.h
@@ -21,11 +21,15 @@
HRESULT ExtractGUI(
CCodecs *codecs,
- const CIntVector &formatIndices,
+ const CObjectVector<COpenType> &formatIndices,
+ const CIntVector &excludedFormatIndices,
UStringVector &archivePaths,
UStringVector &archivePathsFull,
const NWildcard::CCensorNode &wildcardCensor,
CExtractOptions &options,
+ #ifndef _SFX
+ CHashBundle *hb,
+ #endif
bool showDialog,
bool &messageWasDisplayed,
CExtractCallbackImp *extractCallback,