summaryrefslogtreecommitdiff
path: root/protocols/MSN/src/msn_proto.h
diff options
context:
space:
mode:
authorPiotr Piastucki <leech.miranda@gmail.com>2015-12-28 13:51:32 +0000
committerPiotr Piastucki <leech.miranda@gmail.com>2015-12-28 13:51:32 +0000
commitc6804efd7ba31e209cf8a6bb76dea84f7f1d8eee (patch)
tree972ad5ec47b9f2e2c692c17fe5466b4d846c7270 /protocols/MSN/src/msn_proto.h
parente6756f2edef4fbb7ef1f548c1d7b9c8663eaa695 (diff)
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
Diffstat (limited to 'protocols/MSN/src/msn_proto.h')
-rw-r--r--protocols/MSN/src/msn_proto.h4
1 files changed, 4 insertions, 0 deletions
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<CMsnProto>
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<CMsnProto>
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);