summaryrefslogtreecommitdiff
path: root/utilities.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-31 03:17:54 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-31 03:17:54 +0300
commitc73d5cfe85557d038e21f35712a679ca8061f6f1 (patch)
tree3eb98f75b0e3fe8a22645f92277f60e9c20379b1 /utilities.h
parent805aae34900744c6904cad9437506fdf860e12e7 (diff)
another cleanup method
regex history log
Diffstat (limited to 'utilities.h')
-rw-r--r--utilities.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/utilities.h b/utilities.h
index 3e03382..29a0d4b 100644
--- a/utilities.h
+++ b/utilities.h
@@ -12,9 +12,7 @@ BOOL IsUrlContains(TCHAR * Str);
void DeleteCListGroupsByName(TCHAR* szGroupName);
tstring GetContactUid(HANDLE hContact, std::string Protocol);
void LogSpamToFile(HANDLE hContact, tstring message);
-struct hContact_entry
-{
- HANDLE hContact;
- struct hContact_entry *next;
-};
-
+std::string toUTF8(std::wstring str);
+std::string toUTF8(std::string str);
+std::wstring toUTF16(std::string str);
+void HistoryLogFunc(HANDLE hContact, std::string message); \ No newline at end of file