diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-07 14:15:39 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-07 14:15:39 +0000 |
commit | 59975dacfc92d80bb87a51c3acf81590d4b54ee9 (patch) | |
tree | b76031528445a0a137d80c3394182b73512449fd /protocols/SkypeWeb/src/skype_proto.h | |
parent | 19a19b6c99287920f07af0b0879a1347f3b5f124 (diff) |
SkypeWeb: Chats support part 1.2.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12655 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index fc2c55f1b3..08a54a9acc 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -205,6 +205,7 @@ private: void OnGetServerHistory(const NETLIBHTTPREQUEST *response);
//chats
+ MCONTACT GetChat(const char *skypename);
MCONTACT AddChatRoom(const char *chatname);
void SetChatStatus(MCONTACT hContact, int iStatus);
//polling
|