From 4171b515e6478dfb70b21dcc255c4eb719bd4c89 Mon Sep 17 00:00:00 2001 From: "Sergey (Elzor) Bolhovskoy" Date: Tue, 20 Apr 2010 18:27:02 +0600 Subject: URL blocking work for ANSI events, test for URL content are optimized --- utilities.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'utilities.h') 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 -- cgit v1.2.3