From e0dfb094e874c9492640f717edd05064873d5d28 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 21 May 2015 09:14:16 +0000 Subject: warning fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@13728 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MSN/src/msn_proto.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 75ef888607..f9d238475f 100644 --- a/protocols/MSN/src/msn_proto.h +++ b/protocols/MSN/src/msn_proto.h @@ -207,7 +207,7 @@ struct CMsnProto : public PROTO void MSN_SendStatusMessage(const char* msg); void MSN_SetServerStatus(int newStatus); - void MSN_FetchRecentMessages(time_t since = 0); + void MSN_FetchRecentMessages(time_t since = 0); void MSN_StartStopTyping(GCThreadData* info, bool start); void MSN_SendTyping(ThreadData* info, const char* email, int netId, bool bTyping ); @@ -215,9 +215,9 @@ 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 MSN_ProcessNotificationMessage(char* buf, unsigned len); - void MSN_ProcessStatusMessage(ezxml_t xmli, const char* wlid); - void MSN_ProcessNLN(const char *userStatus, const char *wlid, char *userNick, const char *objid, char *cmdstring); + void MSN_ProcessNotificationMessage(char* buf, size_t bufLen); + void MSN_ProcessStatusMessage(ezxml_t xmli, const char* wlid); + void MSN_ProcessNLN(const char *userStatus, const char *wlid, char *userNick, const char *objid, char *cmdstring); void MSN_ProcessPage(char* buf, unsigned len); void MSN_ProcessRemove(char* buf, size_t len); void MSN_ProcessAdd(char* buf, size_t len); -- cgit v1.2.3