summaryrefslogtreecommitdiff
path: root/stopspam_mod/trunk/utilities.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2009-10-01 05:18:46 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2009-10-01 05:18:46 +0300
commit298b3e189486938208a4bf7d15d3aa1b841ef652 (patch)
tree1b8c4873613b181647c29b7efa8002b0c6975c6c /stopspam_mod/trunk/utilities.h
parent5f68bd0ddfd9578e00d0dba2b64c6db1f405bbc8 (diff)
+ option to case insensitive answer checking
+ option to disable question in invisible mode small options dialog redesign
Diffstat (limited to 'stopspam_mod/trunk/utilities.h')
-rw-r--r--stopspam_mod/trunk/utilities.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/stopspam_mod/trunk/utilities.h b/stopspam_mod/trunk/utilities.h
index 1b5f719..48c3834 100644
--- a/stopspam_mod/trunk/utilities.h
+++ b/stopspam_mod/trunk/utilities.h
@@ -4,4 +4,5 @@ tstring &GetDlgItemString(HWND hwnd, int id);
std::string &GetProtoList();
bool ProtoInList(std::string proto);
void RemoveExcludedUsers();
-tstring variables_parse(tstring const &tstrFormat, HANDLE hContact); \ No newline at end of file
+tstring variables_parse(tstring const &tstrFormat, HANDLE hContact);
+const int stricmp(const TCHAR *str, const TCHAR *substr); \ No newline at end of file