From 00d6d7d71a015dfeb34e891f0ebe39a7795ea57f Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 7 Apr 2015 12:38:38 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@12648 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_proto.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'protocols/SkypeWeb/src/skype_proto.h') diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 84cb3705e8..d85ccb797c 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -102,9 +102,15 @@ private: int __cdecl OnAccountLoaded(WPARAM, LPARAM); INT_PTR __cdecl OnAccountManagerInit(WPARAM, LPARAM); + + std::tstring m_tszAvatarFolder; + INT_PTR __cdecl SvcGetAvatarInfo(WPARAM, LPARAM); INT_PTR __cdecl SvcGetAvatarCaps(WPARAM, LPARAM); INT_PTR __cdecl SvcGetMyAvatar(WPARAM, LPARAM); + INT_PTR __cdecl SvcSetMyAvatar(WPARAM, LPARAM); + + int InternalSetAvatar(MCONTACT hContact, const char *szJid, const TCHAR *ptszFileName); // requests void PushRequest(HttpRequest *request); @@ -165,6 +171,7 @@ private: void ReloadAvatarInfo(MCONTACT hContact); void GetAvatarFileName(MCONTACT hContact, TCHAR* pszDest, size_t cbLen); void OnReceiveAvatar(const NETLIBHTTPREQUEST *response, void *arg); + void OnSentAvatar(const NETLIBHTTPREQUEST *response); MCONTACT GetContact(const char *skypename); -- cgit v1.2.3