diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-10-02 18:43:11 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-10-02 18:43:11 +0000 |
commit | 03fec7536e1a86a3f05246e177d09e10f2e982c3 (patch) | |
tree | 6a01c31106d547e9f27920578a58796d74ab406b /protocols/Tox/src/tox_proto.h | |
parent | 3b5b7da07437d95ab397f6b040bf6e375d585f64 (diff) |
Tox: dns name saved as id after search
git-svn-id: http://svn.miranda-ng.org/main/trunk@10669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r-- | protocols/Tox/src/tox_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index 547954bea9..901344a933 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -163,7 +163,7 @@ private: bool IsMe(const std::string &id);
MCONTACT FindContact(const std::string &id);
MCONTACT FindContact(const int friendNumber);
- MCONTACT AddContact(const std::string &id, bool isTemporary = false);
+ MCONTACT AddContact(const std::string &id, const std::tstring &dnsId, bool isTemporary = false);
MCONTACT GetContactFromAuthEvent(HANDLE hEvent);
|