From cd3ab10b3fb0774f057b1ae4e8f6af7efc85bf60 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Thu, 2 Oct 2014 20:33:07 +0000 Subject: Tox: added ability to chage contact dns name git-svn-id: http://svn.miranda-ng.org/main/trunk@10672 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'protocols/Tox/src/tox_proto.h') diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index 901344a933..608f439365 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -156,6 +156,10 @@ private: INT_PTR __cdecl OnAccountManagerInit(WPARAM, LPARAM); + // userinfo + static INT_PTR CALLBACK UserInfoProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); + int __cdecl OnUserInfoInit(WPARAM wParam, LPARAM lParam); + // contacts WORD GetContactStatus(MCONTACT hContact); void SetContactStatus(MCONTACT hContact, WORD status); -- cgit v1.2.3