diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-19 21:14:42 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-19 21:14:42 +0300 |
commit | 62ca8b07d9cf4f0cfdaa29099d6fdc5de5deb2cf (patch) | |
tree | f4a902db9aac80dee55614601c3d5c1c41381647 /utilities.h | |
parent | 44b74b8166c88c5d1ee0bd999f2c5cc4115d8b3e (diff) | |
parent | 9d0f2d026293f0ed794cefaa796f756efd01e84a (diff) |
Merge remote branch 'origin/stopspam_mod_elzor' into stopspam_mod
Conflicts:
utilities.cpp
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 10 |
1 files changed, 9 insertions, 1 deletions
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; +}; |