From 1b2ff82416ac3c4869ba8f75c492d48fab8c49f9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 21 May 2014 14:16:44 +0000 Subject: MSN: - MirVer setting optimization; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@9271 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MSN/src/msn_proto.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (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 540a889f2e..49d99761d0 100644 --- a/protocols/MSN/src/msn_proto.h +++ b/protocols/MSN/src/msn_proto.h @@ -208,15 +208,15 @@ struct CMsnProto : public PROTO void MSN_ReceiveMessage(ThreadData* info, char* cmdString, char* params); int MSN_HandleCommands(ThreadData* info, char* cmdString); int MSN_HandleErrors(ThreadData* info, char* cmdString); - void sttProcessNotificationMessage(char* buf, unsigned len); - void sttProcessStatusMessage(char* buf, unsigned len, const char* wlid); - void sttProcessPage(char* buf, unsigned len); - void sttProcessRemove(char* buf, size_t len); - void sttProcessAdd(char* buf, size_t len); - void sttProcessYFind(char* buf, size_t len); - void sttCustomSmiley(const char* msgBody, char* email, char* nick, int iSmileyType); - void sttInviteMessage(ThreadData* info, char* msgBody, char* email, char* nick); - void sttSetMirVer(MCONTACT hContact, DWORD dwValue, bool always); + void MSN_ProcessNotificationMessage(char* buf, unsigned len); + void MSN_ProcessStatusMessage(char* buf, unsigned len, const char* wlid); + void MSN_ProcessPage(char* buf, unsigned len); + void MSN_ProcessRemove(char* buf, size_t len); + void MSN_ProcessAdd(char* buf, size_t len); + void MSN_ProcessYFind(char* buf, size_t len); + void MSN_CustomSmiley(const char* msgBody, char* email, char* nick, int iSmileyType); + void MSN_InviteMessage(ThreadData* info, char* msgBody, char* email, char* nick); + void MSN_SetMirVer(MCONTACT hContact, DWORD dwValue, bool always); void LoadOptions(void); -- cgit v1.2.3