diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-09-26 22:41:54 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-09-26 22:41:54 +0000 |
commit | 32b48e3baea25d01efde34843978cb3b94507372 (patch) | |
tree | b40cd334bad87e29bbe3a32f5ce358ec4afacf35 /protocols/Tox/src/tox_proto.h | |
parent | 4a1bf959c8dc0e254e3cc8efcce0f2c89108e350 (diff) |
Tox:
- updater tox core
- avatars support part 2
git-svn-id: http://svn.miranda-ng.org/main/trunk@10609 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r-- | protocols/Tox/src/tox_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index b0cda8f390..06b15d3197 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -199,6 +199,7 @@ private: // avatars
TCHAR* GetContactAvatarFilePath(MCONTACT hContact);
+ bool SetToxAvatar(std::tstring path, bool checkHash = false);
INT_PTR __cdecl GetAvatarCaps(WPARAM wParam, LPARAM lParam);
INT_PTR __cdecl GetAvatarInfo(WPARAM, LPARAM lParam);
|