summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-06-16 07:27:00 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-06-16 07:27:00 +0000
commit0e88c1fc2f51c815e6b2ebd0ad79d5c0d0661a7c (patch)
tree4ca18985738be30745efac2916ffb7d2feb27e57 /protocols/Skype/src/skype_proto.h
parent598bd198b278e05681e79d995f9be56e057832f5 (diff)
Skype:
- fix for future birthday - fix for closing chat room sessions on logout - added some logging git-svn-id: http://svn.miranda-ng.org/main/trunk@4971 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, 2 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h
index ff0971c4ea..71c1d8ca4a 100644
--- a/protocols/Skype/src/skype_proto.h
+++ b/protocols/Skype/src/skype_proto.h
@@ -292,6 +292,8 @@ protected:
void StartChat(StringList &invitedContacts);
void InviteToChatRoom(HANDLE hContact);
+ void CloseAllChatSessions();
+
ChatRoom *FindChatRoom(const wchar_t *cid);
void DeleteChatRoom(HANDLE hContact);