diff options
Diffstat (limited to 'stopspam_mod/trunk/utilities.h')
-rw-r--r-- | stopspam_mod/trunk/utilities.h | 3 |
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 |