summaryrefslogtreecommitdiff
path: root/plugins/StopSpamPlus/src/headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/StopSpamPlus/src/headers.h')
-rw-r--r--plugins/StopSpamPlus/src/headers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StopSpamPlus/src/headers.h b/plugins/StopSpamPlus/src/headers.h
index 3084a6d007..08f8965dab 100644
--- a/plugins/StopSpamPlus/src/headers.h
+++ b/plugins/StopSpamPlus/src/headers.h
@@ -48,8 +48,8 @@ INT_PTR CALLBACK ProtoDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
void SetDlgItemString(HWND hwndDlg, UINT idItem, std::string const &str);
void SetDlgItemString(HWND hwndDlg, UINT idItem, std::wstring const &str);
tstring &GetDlgItemString(HWND hwnd, int id);
-bool IsExistMyMessage(HANDLE hContact);
-tstring variables_parse(tstring const &tstrFormat, HANDLE hContact);
+bool IsExistMyMessage(HCONTACT hContact);
+tstring variables_parse(tstring const &tstrFormat, HCONTACT hContact);
tstring trim(tstring const &tstr, tstring const &trimChars = _T(" \f\n\r\t\v"));
INT_PTR IsContactPassed(WPARAM wParam, LPARAM /*lParam*/);