diff options
author | Sergey (Elzor) Bolhovskoy <elzor@foobar2000.ru> | 2010-04-17 02:00:39 +0600 |
---|---|---|
committer | Sergey (Elzor) Bolhovskoy <elzor@foobar2000.ru> | 2010-04-17 02:00:39 +0600 |
commit | a7a7285818deeafea8e71496b68ed2032c425f97 (patch) | |
tree | 0a0ac74d9abab262415ac796eca7ee91a2eab313 /utilities.h | |
parent | 4ddae27f4a88032c29ea30dc9dc7fe75935e3499 (diff) |
fix IgnoreURL crash, url blocking in auth requests now work (for UTF events only)
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 ae57e0d..ed3159e 100644 --- a/utilities.h +++ b/utilities.h @@ -7,3 +7,4 @@ 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 |