summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r--protocols/Skype/src/skype_proto.h8
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[];