diff options
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
|