From 5e31bf278e243bdb21027e9eafbccb5b4e1f329e Mon Sep 17 00:00:00 2001 From: "Sergey (Elzor) Bolhovskoy" Date: Mon, 19 Jul 2010 22:30:21 +0600 Subject: add spam message log, fixed remove contact from ICQ group --- utilities.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'utilities.h') diff --git a/utilities.h b/utilities.h index ee56cc2..dd6bfe0 100644 --- a/utilities.h +++ b/utilities.h @@ -8,4 +8,12 @@ tstring variables_parse(tstring const &tstrFormat, HANDLE hContact); const int Stricmp(const TCHAR *str, const TCHAR *substr); //const int Stristr(const TCHAR *str, const TCHAR *substr); TCHAR* ReqGetText(DBEVENTINFO* dbei); -BOOL IsUrlContains(TCHAR * Str); \ No newline at end of file +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; +}; -- cgit v1.2.3