summaryrefslogtreecommitdiff
path: root/plugins/StopSpamMod/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/StopSpamMod/src/stdafx.h')
-rwxr-xr-xplugins/StopSpamMod/src/stdafx.h6
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