summaryrefslogtreecommitdiff
path: root/protocols/YAMN/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/YAMN/src/stdafx.h')
-rw-r--r--protocols/YAMN/src/stdafx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/YAMN/src/stdafx.h b/protocols/YAMN/src/stdafx.h
index dc0d91f366..cb317d8230 100644
--- a/protocols/YAMN/src/stdafx.h
+++ b/protocols/YAMN/src/stdafx.h
@@ -49,6 +49,7 @@ struct CMPlugin : public PLUGIN<CMPlugin>
};
// From services.cpp
+void AccountMailCheck(CAccount *ActualAccount, bool bForce);
void CreateServiceFunctions(void);
void HookEvents(void);
void RefreshContact(void);
@@ -134,7 +135,7 @@ extern int HeadPosX, HeadPosY, HeadSizeX, HeadSizeY, HeadSplitPos;
int RegisterPOP3Plugin(WPARAM, LPARAM);
//From mailbrowser.cpp
-INT_PTR RunMailBrowserSvc(WPARAM, LPARAM);
+void RunMailBrowser(YAMN_MAILBROWSERPARAM *Param);
//From badconnect.cpp
int RunBadConnection(CAccount *acc, UINT_PTR iErrorCode, void *pUserInfo);