diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-08-21 04:28:31 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-08-21 04:28:31 +0000 |
commit | c546793b2a39c59a688e972e06138f0c6b432f63 (patch) | |
tree | d553f59e1999b62e49afbcb815305e41649dc290 /protocols/Tox/src/tox_proto.h | |
parent | 78bcdef0ca6f1ee54b5e3d1d728e5d6808fd6ed0 (diff) |
Tox: ability to search friends via toxme.se
git-svn-id: http://svn.miranda-ng.org/main/trunk@10249 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 c2f982c4a3..83f4ef026c 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -130,6 +130,7 @@ private: void LoadContactList();
void __cdecl SearchByIdAsync(void* arg);
+ void __cdecl SearchByNameAsync(void* arg);
// utils
TOX_USERSTATUS MirandaToToxStatus(int status);
|