diff options
Diffstat (limited to 'utilities.h')
-rwxr-xr-x | utilities.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utilities.h b/utilities.h index 3d9d693..f27dfca 100755 --- a/utilities.h +++ b/utilities.h @@ -27,7 +27,8 @@ void storeOutput(HANDLE ahandle, string *output); int ComboBoxAddStringUtf(HWND hCombo, const TCHAR *szString, DWORD data);
bool isContactSecured(HANDLE hContact);
bool isContactHaveKey(HANDLE hContact);
-bool isGPGConfigured();
+bool isGPGKeyExist();
+bool isGPGValid();
const bool StriStr(const char *str, const char *substr);
string toUTF8(wstring str);
wstring toUTF16(string str);
|