summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r--protocols/SkypeWeb/src/skype_proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h
index e4664d453c..51d00df246 100644
--- a/protocols/SkypeWeb/src/skype_proto.h
+++ b/protocols/SkypeWeb/src/skype_proto.h
@@ -203,7 +203,6 @@ private:
void OnPrivateMessageEvent(JSONNODE *node);
-
// sync
void OnGetServerHistory(const NETLIBHTTPREQUEST *response);
void SyncHistory();
@@ -221,6 +220,8 @@ private:
void StartChatRoom(MCONTACT hChatRoom, bool showWindow = false);
+ void OnGetChatInfo(const NETLIBHTTPREQUEST *response);
+
INT_PTR __cdecl OnJoinChatRoom(WPARAM hContact, LPARAM);
INT_PTR __cdecl OnLeaveChatRoom(WPARAM hContact, LPARAM);