diff options
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utilities.h b/utilities.h index 0971265..e055f18 100644 --- a/utilities.h +++ b/utilities.h @@ -28,6 +28,8 @@ void storeOutput(HANDLE ahandle, string *output); void HistoryLog(HANDLE hContact, char *data, int event_type, int flags); int ComboBoxAddStringUtf(HWND hCombo, const TCHAR *szString, DWORD data); bool isContactSecured(HANDLE hContact); +bool isContactHaveKey(HANDLE hContact); +bool isGPGConfigured(); const bool StriStr(const char *str, const char *substr); string toUTF8(wstring str); wstring toUTF16(string str); |