From 874cdbe42cfe376f0e72fd5fe6bad0d2f75f4ee3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 20 Jul 2013 11:11:48 +0000 Subject: code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@5427 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber_proto.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'protocols/JabberG/src/jabber_proto.h') diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index 92bf19327b..319a2a4b32 100644 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -404,7 +404,7 @@ struct CJabberProto : public PROTO INT_PTR __cdecl OnMenuHandleBookmarks(WPARAM wParam, LPARAM lParam); - int AddEditBookmark(JABBER_LIST_ITEM* item); + int AddEditBookmark(JABBER_LIST_ITEM *item); //---- jabber_notes.c ----------------------------------------------------------------- @@ -443,9 +443,9 @@ struct CJabberProto : public PROTO //---- jabber_chat.cpp --------------------------------------------------------------- - int GcInit(JABBER_LIST_ITEM* item); - void GcLogCreate(JABBER_LIST_ITEM* item); - void GcLogUpdateMemberStatus(JABBER_LIST_ITEM* item, const TCHAR *resource, const TCHAR *nick, const TCHAR *jid, int action, HXML reason, int nStatusCode = -1); + int GcInit(JABBER_LIST_ITEM *item); + void GcLogCreate(JABBER_LIST_ITEM *item); + void GcLogUpdateMemberStatus(JABBER_LIST_ITEM *item, const TCHAR *resource, const TCHAR *nick, const TCHAR *jid, int action, HXML reason, int nStatusCode = -1); void GcLogShowInformation(JABBER_LIST_ITEM *item, JABBER_RESOURCE_STATUS *user, TJabberGcLogInfoType type); void GcQuit(JABBER_LIST_ITEM* jid, int code, HXML reason); @@ -508,7 +508,7 @@ struct CJabberProto : public PROTO void GroupchatJoinRoomByJid(HWND hwndParent, TCHAR *jid); - void RenameParticipantNick(JABBER_LIST_ITEM* item, const TCHAR *oldNick, HXML itemNode); + void RenameParticipantNick(JABBER_LIST_ITEM *item, const TCHAR *oldNick, HXML itemNode); void AcceptGroupchatInvite(const TCHAR *roomJid, const TCHAR *reason, const TCHAR *password); //---- jabber_form.c ----------------------------------------------------------------- -- cgit v1.2.3