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/Console/List.h')
-rwxr-xr-x7zip/UI/Console/List.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/7zip/UI/Console/List.h b/7zip/UI/Console/List.h
index 847979b5..201a4128 100755
--- a/7zip/UI/Console/List.h
+++ b/7zip/UI/Console/List.h
@@ -7,7 +7,7 @@
HRESULT ListArchives(UStringVector &archivePaths, UStringVector &archivePathsFull,
const NWildcard::CCensorNode &wildcardCensor,
- bool enableHeaders, bool &passwordEnabled, UString &password);
+ bool enableHeaders, bool techMode, bool &passwordEnabled, UString &password);
#endif