diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-11-30 20:05:12 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-11-30 20:05:12 +0200 |
commit | d16c6a6d264b91d545e4baa24b2d9efd06ec0260 (patch) | |
tree | 86cf152cd85e7241197812554ee4f7e211b4292f /utilities.h | |
parent | 46f48e58a81256148f74e5d753c708dd1ff3d563 (diff) | |
parent | b9278adb04c824b47da7ac0ec7c1c8ef5931c888 (diff) |
Merge branch 'new_gpg' into new_gpg_autoexchange
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(); |