diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-03-19 20:13:44 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-03-19 20:13:44 +0000 |
commit | c659a92109a8c2a4d7c0cf142eab84fd636a62dc (patch) | |
tree | dc5f24c4331414582d5ebd9b7b12b9aafe1bcfc5 /protocols/SkypeWeb/src/skype_proto.h | |
parent | 3b2d89185012c78f5e2db43a4c28cd774bea618d (diff) |
SkypeWeb: added contacts profile getting
git-svn-id: http://svn.miranda-ng.org/main/trunk@12435 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 286e562ab7..a94fa3ae6a 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -129,6 +129,7 @@ private: MCONTACT GetContactFromAuthEvent(MEVENT hEvent);
+ void LoadProfiles(const NETLIBHTTPREQUEST *response);
void LoadContacts(const NETLIBHTTPREQUEST *response);
INT_PTR __cdecl OnRequestAuth(WPARAM hContact, LPARAM lParam);
|