diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-11-30 20:04:58 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-11-30 20:04:58 +0200 |
commit | b9278adb04c824b47da7ac0ec7c1c8ef5931c888 (patch) | |
tree | e5adc369ab02ac4a42f6e563dc6d5f9a3141c93b /utilities.h | |
parent | 1f5acb24f8483d5d6b0e55299579ad5ee975c9b1 (diff) |
modified: messages.cpp
modified: utilities.cpp
modified: utilities.h
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utilities.h b/utilities.h index 7255724..3871f67 100644 --- a/utilities.h +++ b/utilities.h @@ -32,6 +32,7 @@ bool isContactHaveKey(HANDLE hContact); bool isGPGConfigured(); const bool StriStr(const char *str, const char *substr); string toUTF8(wstring str); +string toUTF8(string str); wstring toUTF16(string str); string get_random(int length); string time_str(); |