diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-04-09 07:05:02 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-04-09 07:05:02 +0300 |
commit | 538114978d33f6695227fdc3066e83051a99e615 (patch) | |
tree | 65bf94b111cc8203a659bf9ae71c4f8bfc4dd7d0 /utilities.h | |
parent | 8df2a03d555d4359185344774d20016ec4709308 (diff) |
url in uath requests blockint (test)
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utilities.h b/utilities.h index 04866f7..ae57e0d 100644 --- a/utilities.h +++ b/utilities.h @@ -6,3 +6,4 @@ 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); |