summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_proto.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-04-20 10:58:49 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-04-20 10:58:49 +0000
commit39e897ae458267ad9e99ce88150838d87472e1a9 (patch)
tree967c8f8d091edc51f1367618237503147f9f5995 /protocols/SkypeWeb/src/skype_proto.h
parentead18d4769123e07d79b8f8ea86c87ef9ea5d1dc (diff)
SkypeWeb: Chats support part 4.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12960 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r--protocols/SkypeWeb/src/skype_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h
index 0f65283456..d18af6b829 100644
--- a/protocols/SkypeWeb/src/skype_proto.h
+++ b/protocols/SkypeWeb/src/skype_proto.h
@@ -241,6 +241,8 @@ private:
void RemoveChatContact(const TCHAR *tchat_id, const char *id, const char *name);
void RenameChat(const char *chat_id, const char *name);
+ static INT_PTR __stdcall InviteDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+
//polling
void __cdecl PollingThread(void*);
void ParsePollData(JSONNODE *data);