diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-09-18 19:03:33 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-09-18 19:03:33 +0300 |
commit | 07e552f62b366f8ec30551ad9826d8954124b696 (patch) | |
tree | e7ba0a6577df0a438c4c3ae16f101b2510b19588 /plugins/StopSpamMod/src/stdafx.h | |
parent | 3e9e96f6718b13c069138fb40f24f065ac03c6b7 (diff) |
StopSpamMod: removed template for hooking events
Diffstat (limited to 'plugins/StopSpamMod/src/stdafx.h')
-rwxr-xr-x | plugins/StopSpamMod/src/stdafx.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/StopSpamMod/src/stdafx.h b/plugins/StopSpamMod/src/stdafx.h index 378384ff09..9f5b3612ee 100755 --- a/plugins/StopSpamMod/src/stdafx.h +++ b/plugins/StopSpamMod/src/stdafx.h @@ -27,7 +27,6 @@ using namespace std; #include "globals.h" #include "stopspam.h" -#include "eventhooker.h" #include "version.h" #include "resource.h" #include "utilities.h" @@ -35,3 +34,8 @@ using namespace std; extern HINSTANCE hInst; extern HANDLE hStopSpamLogDirH; + +int OnDbContactSettingChanged(WPARAM w, LPARAM l); +int OnDbEventFilterAdd(WPARAM w, LPARAM l); +int OnDbEventAdded(WPARAM hContact, LPARAM hDbEvent); +int OnOptInit(WPARAM w, LPARAM l);
\ No newline at end of file |