From c6804efd7ba31e209cf8a6bb76dea84f7f1d8eee Mon Sep 17 00:00:00 2001 From: Piotr Piastucki Date: Mon, 28 Dec 2015 13:51:32 +0000 Subject: MSN should now parse Skype client version of other contacts correctly. git-svn-id: http://svn.miranda-ng.org/main/trunk@15951 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MSN/src/msn_proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'protocols/MSN/src/msn_proto.h') diff --git a/protocols/MSN/src/msn_proto.h b/protocols/MSN/src/msn_proto.h index 48d793a770..336aca1bc2 100644 --- a/protocols/MSN/src/msn_proto.h +++ b/protocols/MSN/src/msn_proto.h @@ -225,7 +225,10 @@ struct CMsnProto : public PROTO void MSN_ProcessURIObject(MCONTACT hContact, ezxml_t xmli); void MSN_CustomSmiley(const char* msgBody, char* email, char* nick, int iSmileyType); void MSN_InviteMessage(ThreadData* info, char* msgBody, char* email, char* nick); +#ifdef OBSOLETE void MSN_SetMirVer(MCONTACT hContact, DWORD dwValue, bool always); +#endif + void MSN_SetMirVer(MCONTACT hContact, MsnPlace *place); void LoadOptions(void); @@ -449,6 +452,7 @@ struct CMsnProto : public PROTO MsnContact* Lists_GetNext(int& i); MsnPlace* Lists_GetPlace(const char* wlid); + MsnPlace* Lists_GetPlace(const char* szEmail, const char *szInst); MsnPlace* Lists_AddPlace(const char* email, const char* id, unsigned cap1, unsigned cap2); void Lists_Uninit(void); -- cgit v1.2.3