summaryrefslogtreecommitdiff
path: root/utilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'utilities.h')
-rw-r--r--utilities.h1
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();