summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-09-02 19:26:26 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-09-02 19:26:26 +0000
commit56918868664203496199593189f67455dd4f8c38 (patch)
tree27d2a699ddcbe0edfc256b129d801734f7af1781 /protocols/Tox/src/tox_proto.h
parent22c79dbeea18dc46951445476976d8c634dd3c60 (diff)
Tox:
- show error if profile loading failed - code cleaning - menus uid git-svn-id: http://svn.miranda-ng.org/main/trunk@15158 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r--protocols/Tox/src/tox_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h
index 36705265f2..cb33550aa0 100644
--- a/protocols/Tox/src/tox_proto.h
+++ b/protocols/Tox/src/tox_proto.h
@@ -278,6 +278,8 @@ private:
TOX_USER_STATUS MirandaToToxStatus(int status);
int ToxToMirandaStatus(TOX_USER_STATUS userstatus);
+ static TCHAR* ToxErrorToString(TOX_ERR_NEW 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);