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/Extract.h')
-rwxr-xr-x7zip/UI/Common/Extract.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/7zip/UI/Common/Extract.h b/7zip/UI/Common/Extract.h
index 58636f70..c7b47c84 100755
--- a/7zip/UI/Common/Extract.h
+++ b/7zip/UI/Common/Extract.h
@@ -53,6 +53,7 @@ HRESULT DecompressArchives(
const NWildcard::CCensorNode &wildcardCensor,
const CExtractOptions &options,
IOpenCallbackUI *openCallback,
- IExtractCallbackUI *extractCallback);
+ IExtractCallbackUI *extractCallback,
+ UString &errorMessage);
#endif