diff options
author | George Hazan <george.hazan@gmail.com> | 2015-02-08 21:06:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-02-08 21:06:03 +0000 |
commit | cc9402b1daabb0a27065e5eb704948cc2f74f7df (patch) | |
tree | 8d12ae7f91d18346d367cecd1ee4443e09d623a0 /protocols/WhatsApp/src/proto.h | |
parent | f3a873e47ed64d570fd6c678a1d815b13711d017 (diff) |
bunch of small fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@12057 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r-- | protocols/WhatsApp/src/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index 8702f2c060..4585d9e48f 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -127,6 +127,7 @@ public: void InviteChatUser(WAChatInfo *pInfo);
void KickChatUser(WAChatInfo *pInfo, const TCHAR *ptszJid);
TCHAR* GetChatUserNick(const std::string &jid);
+ void SetChatAvatar(WAChatInfo *pInfo);
void onGroupMessageReceived(const FMessage &fmsg);
@@ -161,6 +162,8 @@ private: INT_PTR __cdecl GetMyAvatar(WPARAM, LPARAM);
INT_PTR __cdecl SetMyAvatar(WPARAM, LPARAM);
+ int InternalSetAvatar(MCONTACT hContact, const char *szJid, const TCHAR *ptszFileName);
+
// Private data //////////////////////////////////////////////////////////////////////
HGENMENU m_hMenuRoot;
|