summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2012-12-21 19:30:58 +0000
committerAlexander Lantsev <aunsane@gmail.com>2012-12-21 19:30:58 +0000
commite0030d9abd9ecd7bf4ab41a7269c051601576a2d (patch)
treea97841b2fad6b5ac93d04df00025e28640bfe7fd /protocols/Skype/src/skype_proto.h
parent39b2a05de9a06cf58682694e29f98819d189a9e3 (diff)
- fixed name of new chat in CL
- fixed own messages in chat git-svn-id: http://svn.miranda-ng.org/main/trunk@2783 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r--protocols/Skype/src/skype_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h
index 8fa24a18a7..bd2f8ed109 100644
--- a/protocols/Skype/src/skype_proto.h
+++ b/protocols/Skype/src/skype_proto.h
@@ -259,7 +259,7 @@ protected:
void GetInviteContacts(HANDLE hItem, HWND hwndList, SEStringList &invitedContacts);
void InitChat();
- char *StartChat(const char *cid);
+ char *StartChat(const char *cid, const SEStringList &invitedContacts);
void JoinToChat(const char *cid, bool showWindow = true);
void LeaveChat(const char *cid);