diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-18 12:16:33 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-18 12:16:33 +0000 |
commit | 3bc30875e34c2c16f2ee489227c0c7da7fee7f7f (patch) | |
tree | f244e90fdae81af8e74008a8de545e70fd0b062d /protocols/Tox/src/tox_proto.h | |
parent | 078629bda35180976d96e0f0a130343f8918a05a (diff) |
Tox: some fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@12908 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r-- | protocols/Tox/src/tox_proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index 5919b97f84..6f11e44c0b 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -258,7 +258,8 @@ private: static void OnAvEnd(void*, int32_t callId, void *arg);
static void OnAvReject(void*, int32_t callId, void *arg);
static void OnAvCancel(void*, int32_t callId, void *arg);
- static void OnAvTimeout(void*, int32_t callId, void *arg);
+ static void OnAvCallTimeout(void*, int32_t callId, void *arg);
+ static void OnAvPeerTimeout(void*, int32_t callId, void *arg);
// utils
TOX_USER_STATUS MirandaToToxStatus(int status);
|