summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-11-23 19:15:20 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-11-23 19:15:20 +0000
commit44ac2cea0d7dee5b2fdd085d3a4051d844b18728 (patch)
treec20c33b8216c183d6f236fa0b7bd410b4b1f1532 /protocols/Tox/src/tox_proto.h
parent1073b96d7e35e4dfb84e5d9d32ab9796f9a863c0 (diff)
Tox: updated tox core
git-svn-id: http://svn.miranda-ng.org/main/trunk@15761 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r--protocols/Tox/src/tox_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h
index aebf85148e..b12488e2b3 100644
--- a/protocols/Tox/src/tox_proto.h
+++ b/protocols/Tox/src/tox_proto.h
@@ -278,6 +278,7 @@ private:
static int ToxToMirandaStatus(TOX_USER_STATUS userstatus);
static TCHAR* ToxErrorToString(TOX_ERR_NEW error);
+ static TCHAR* ToxErrorToString(TOX_ERR_FRIEND_SEND_MESSAGE error);
static void ShowNotification(const TCHAR *message, int flags = 0, MCONTACT hContact = NULL);
static void ShowNotification(const TCHAR *caption, const TCHAR *message, int flags = 0, MCONTACT hContact = NULL);