diff options
Diffstat (limited to 'protocols/YAMN/src/stdafx.h')
| -rw-r--r-- | protocols/YAMN/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/YAMN/src/stdafx.h b/protocols/YAMN/src/stdafx.h index f822946aeb..05681d467b 100644 --- a/protocols/YAMN/src/stdafx.h +++ b/protocols/YAMN/src/stdafx.h @@ -158,7 +158,7 @@ int RegisterPOP3Plugin(WPARAM, LPARAM); INT_PTR RunMailBrowserSvc(WPARAM, LPARAM); //From badconnect.cpp -INT_PTR RunBadConnectionSvc(WPARAM, LPARAM); +int RunBadConnection(CAccount *acc, UINT_PTR iErrorCode, void *pUserInfo); //From YAMNopts.cpp int YAMNOptInitSvc(WPARAM, LPARAM); |
