diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-30 23:30:48 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-30 23:30:48 +0000 |
commit | 7df19254e64619d6b077a7c69b456a39d4a810cb (patch) | |
tree | de24992b72ade3da4e12f428279f03ae19282cc6 /protocols/WhatsApp/src/proto.h | |
parent | 2b5452c11f786d502a3f463cdd5a3483fa21c79d (diff) |
- avatar support functions moved to the separate module;
- added support for setting our own avatar
git-svn-id: http://svn.miranda-ng.org/main/trunk@11963 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r-- | protocols/WhatsApp/src/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index cff4d14f65..b0c5c8a6bf 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -151,6 +151,8 @@ private: INT_PTR __cdecl GetAvatarInfo(WPARAM, LPARAM);
INT_PTR __cdecl GetAvatarCaps(WPARAM, LPARAM);
+ INT_PTR __cdecl GetMyAvatar(WPARAM, LPARAM);
+ INT_PTR __cdecl SetMyAvatar(WPARAM, LPARAM);
//////////////////////////////////////////////////////////////////////////////////////
// Handles, Locks
|