diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-10-28 07:28:44 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-10-28 07:28:44 +0000 |
commit | b20547300df739d3df7d22fd78895427f4720e1d (patch) | |
tree | cec3b2e294b1de158f157cedcb08349714ce51a5 /protocols/Skype/src/skype_proto.h | |
parent | 864c0325be58dc597972a879af53004b17873946 (diff) |
- added services to extended avatar support
git-svn-id: http://svn.miranda-ng.org/main/trunk@2097 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index a28c62d516..aee81b58c7 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -199,7 +199,8 @@ protected: // utils
static void FakeAsync(void*);
- wchar_t* GetAvatarFilePath(wchar_t* skypeName);
+ wchar_t* GetOwnAvatarFilePath();
+ wchar_t* GetContactAvatarFilePath(wchar_t* skypeName);
int SkypeToMirandaLoginError(CAccount::LOGOUTREASON logoutReason);
@@ -231,6 +232,11 @@ protected: // services
static LIST<void> serviceList;
+ int GetAvatarInfo(WPARAM, LPARAM);
+ int GetAvatarCaps(WPARAM, LPARAM);
+ int GetMyAvatar(WPARAM, LPARAM);
+ int SetMyAvatar(WPARAM, LPARAM);
+
// icons
static _tag_iconList iconList[];
|