diff options
Diffstat (limited to 'src/Main/CommandLineInterface.h')
-rw-r--r-- | src/Main/CommandLineInterface.h | 4 |
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; |