From efa436974d8203485eec6faa1bf0116bb32f6fcd Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 30 Nov 2015 11:35:41 +0100 Subject: Linux/MacOSX: Implement Unicode passwords suppport. Make validation of parameters in GUI more robust. --- src/Main/CommandLineInterface.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Main/CommandLineInterface.h') diff --git a/src/Main/CommandLineInterface.h b/src/Main/CommandLineInterface.h index 455baba3..608e9742 100644 --- a/src/Main/CommandLineInterface.h +++ b/src/Main/CommandLineInterface.h @@ -95,6 +95,9 @@ namespace VeraCrypt CommandLineInterface (const CommandLineInterface &); CommandLineInterface &operator= (const CommandLineInterface &); }; + + shared_ptr ToUTF8Password (const wchar_t* str, size_t charCount = (size_t) -1); + shared_ptr ToUTF8Buffer (const wchar_t* str, size_t charCount = (size_t) -1); extern auto_ptr CmdLine; } -- cgit v1.2.3