diff options
author | Sergey (Elzor) Bolhovskoy <elzor@foobar2000.ru> | 2010-04-20 18:27:02 +0600 |
---|---|---|
committer | Sergey (Elzor) Bolhovskoy <elzor@foobar2000.ru> | 2010-04-20 18:27:02 +0600 |
commit | 4171b515e6478dfb70b21dcc255c4eb719bd4c89 (patch) | |
tree | 86fa9b6cbbc5bf1422fc1216f948a4a3abe3b196 /utilities.h | |
parent | 20dbac49450a6e1593c413dae34ef6e7fcb04a01 (diff) |
URL blocking work for ANSI events, test for URL content are optimized
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/utilities.h b/utilities.h index ed3159e..ee56cc2 100644 --- a/utilities.h +++ b/utilities.h @@ -6,5 +6,6 @@ bool ProtoInList(std::string proto); void RemoveExcludedUsers(); 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);
\ No newline at end of file +//const int Stristr(const TCHAR *str, const TCHAR *substr); +TCHAR* ReqGetText(DBEVENTINFO* dbei); +BOOL IsUrlContains(TCHAR * Str);
\ No newline at end of file |