Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/thirdparty/unrar/options.hpp')
-rw-r--r--src/thirdparty/unrar/options.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/thirdparty/unrar/options.hpp b/src/thirdparty/unrar/options.hpp
index 7b61ba2fb..ba9c0ca82 100644
--- a/src/thirdparty/unrar/options.hpp
+++ b/src/thirdparty/unrar/options.hpp
@@ -99,6 +99,9 @@ class RAROptions
wchar ArcPath[NM];
SecPassword Password;
bool EncryptHeaders;
+
+ bool ManualPassword; // Password entered manually during operation, might need to clean for next archive.
+
wchar LogName[NM];
MESSAGE_TYPE MsgStream;
bool Sound;