diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-21 09:57:57 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-21 09:57:57 +0000 |
commit | c44981c03b71364fc42125594447d142ed9ed442 (patch) | |
tree | 4193d1a181c7c11eefc1c7fd033d564effb13af7 /plugins/StopSpamPlus/headers.h | |
parent | eec9900927f176139f99921964a87eb6bc4df780 (diff) |
StopSpam:
Unhook hooked event
git-svn-id: http://svn.miranda-ng.org/main/trunk@117 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StopSpamPlus/headers.h')
-rw-r--r-- | plugins/StopSpamPlus/headers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StopSpamPlus/headers.h b/plugins/StopSpamPlus/headers.h index 2adfa0cdf0..d80060d668 100644 --- a/plugins/StopSpamPlus/headers.h +++ b/plugins/StopSpamPlus/headers.h @@ -39,7 +39,7 @@ extern char * pluginDescription; extern TCHAR const * infTalkProtPrefix;
extern char const * answeredSetting;
extern char const * questCountSetting;
-
+extern HANDLE hLoadHook;
extern HINSTANCE hInst;
#ifdef _UNICODE
|