diff options
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index ca1f70a595..b8563fa53f 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -233,11 +233,12 @@ protected: // utils
static void FakeAsync(void*);
+ void InitCustomFolders();
static int DetectAvatarFormatBuffer(const char *pBuffer);
static int DetectAvatarFormat(const wchar_t *path);
- wchar_t* GetContactAvatarFilePath(wchar_t *sid);
+ wchar_t* GetContactAvatarFilePath(HANDLE hContact);
int SkypeToMirandaLoginError(CAccount::LOGOUTREASON logoutReason);
|