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/Common/CompressCall.h')
-rwxr-xr-xCPP/7zip/UI/Common/CompressCall.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/CPP/7zip/UI/Common/CompressCall.h b/CPP/7zip/UI/Common/CompressCall.h
index fc18df57..f777b9f2 100755
--- a/CPP/7zip/UI/Common/CompressCall.h
+++ b/CPP/7zip/UI/Common/CompressCall.h
@@ -7,9 +7,6 @@
UString GetQuotedString(const UString &s);
-extern HWND g_HWND;
-UString HResultToMessage(HRESULT errorCode);
-
HRESULT CompressFiles(
const UString &arcPathPrefix,
const UString &arcName,
@@ -19,6 +16,6 @@ HRESULT CompressFiles(
HRESULT ExtractArchives(const UStringVector &arcPaths, const UString &outFolder, bool showDialog);
HRESULT TestArchives(const UStringVector &arcPaths);
-HRESULT Benchmark();
+HRESULT Benchmark(bool totalMode);
#endif