diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-24 17:01:04 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-24 17:01:04 +0000 |
commit | b56c4ba2c45b62c1c9c175933d2ffc26c61bf6f3 (patch) | |
tree | 436492a4b8d972b6ce2c36fbad223e8b48006792 /protocols/Skype/src/skype_proto.h | |
parent | 80b73a8ba605f886dad2a17da12d99cc66e00413 (diff) |
more correct work with folders
git-svn-id: http://svn.miranda-ng.org/main/trunk@2466 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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);
|