VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/CommandLineInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main/CommandLineInterface.h')
-rw-r--r--src/Main/CommandLineInterface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Main/CommandLineInterface.h b/src/Main/CommandLineInterface.h
index bab1eb87..c255feb0 100644
--- a/src/Main/CommandLineInterface.h
+++ b/src/Main/CommandLineInterface.h
@@ -89,6 +89,10 @@ namespace VeraCrypt
bool ArgUseLegacyPassword;
bool ArgUseDummySudoPassword;
+#if defined(TC_UNIX)
+ bool ArgAllowInsecureMount;
+#endif
+
bool StartBackgroundTask;
UserPreferences Preferences;