diff options
Diffstat (limited to 'stopspam_mod/init.cpp')
-rw-r--r-- | stopspam_mod/init.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stopspam_mod/init.cpp b/stopspam_mod/init.cpp index 2e7b114..ab1bf4f 100644 --- a/stopspam_mod/init.cpp +++ b/stopspam_mod/init.cpp @@ -119,6 +119,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda return &pluginInfoEx;
}
+extern tstring DBGetContactSettingStringPAN(HANDLE hContact, char const * szModule, char const * szSetting, tstring errorValue);
void InitVars()
{
@@ -206,4 +207,4 @@ extern "C" int __declspec(dllexport) Unload(void) {
miranda::EventHooker::UnhookAll();
return 0;
-}
\ No newline at end of file +}
|