diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-22 02:16:45 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-22 02:16:45 +0200 |
commit | b0e1bb306eec7f2d13ff385d4c1191646cc3e7f9 (patch) | |
tree | 359bfaab5e9fd2fd49a740aceff1e5573e0aba15 /utilities.h | |
parent | be35d4a3d07f44604ad71e6c6997c47f8b5bcdde (diff) | |
parent | 6fc50b0001b4edb38f1a6d194a43d5622a0a0f94 (diff) |
Merge branch 'new_gpg' into new_gpg_autoexchange
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utilities.h b/utilities.h index 58a23b9..bb4b459 100644 --- a/utilities.h +++ b/utilities.h @@ -32,7 +32,6 @@ 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();
|