diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-09-10 20:29:30 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-09-10 20:29:30 +0000 |
commit | 9b11e2e558cdee65b42ffd56601488ec3cbce534 (patch) | |
tree | cfac16c5acaf8c34350246e08c04960b8d9ae356 /protocols/Tox/src/tox_proto.h | |
parent | b8a7168685627ff4ea79dcaf3d917f6b40a23f3b (diff) |
Tox:
- reworked searching
- updated tox core
- updated icon
git-svn-id: http://svn.miranda-ng.org/main/trunk@10423 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 96e0bd662c..6c7b26ed34 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -173,7 +173,7 @@ private: static void OnConnectionStatusChanged(Tox *tox, const int number, const uint8_t status, void *arg);
// contacts search
- void __cdecl SearchByIdAsync(void* arg);
+ void __cdecl SearchFailedAsync(void* arg);
void __cdecl SearchByNameAsync(void* arg);
static INT_PTR CALLBACK SearchDlgProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|