diff options
author | aunsane <aunsane@gmail.com> | 2017-11-26 17:52:59 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-11-26 17:53:18 +0300 |
commit | 58af0f18891fe0f7cfe10e6998ce365fb5d20d55 (patch) | |
tree | 9db167d2524cfde8c34400bbd3bae46de01f85fc /protocols/Tox/include/tox.h | |
parent | 8cce73a0d33d76d57faecdf138793255a83426cb (diff) |
Tox: updated libtox
Diffstat (limited to 'protocols/Tox/include/tox.h')
-rw-r--r-- | protocols/Tox/include/tox.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/protocols/Tox/include/tox.h b/protocols/Tox/include/tox.h index eb6d5f2f9b..373138c4eb 100644 --- a/protocols/Tox/include/tox.h +++ b/protocols/Tox/include/tox.h @@ -180,7 +180,7 @@ uint32_t tox_version_minor(void); * The patch or revision number. Incremented when bugfixes are applied without * changing any functionality or API or ABI. */ -#define TOX_VERSION_PATCH 9 +#define TOX_VERSION_PATCH 10 uint32_t tox_version_patch(void); @@ -1622,7 +1622,7 @@ typedef enum TOX_ERR_SET_TYPING { TOX_ERR_SET_TYPING_OK, /** - * The friend ID did not designate a valid friend. + * The friend number did not designate a valid friend. */ TOX_ERR_SET_TYPING_FRIEND_NOT_FOUND, @@ -1654,7 +1654,7 @@ typedef enum TOX_ERR_FRIEND_SEND_MESSAGE { TOX_ERR_FRIEND_SEND_MESSAGE_NULL, /** - * The friend ID did not designate a valid friend. + * The friend number did not designate a valid friend. */ TOX_ERR_FRIEND_SEND_MESSAGE_FRIEND_NOT_FOUND, @@ -2786,7 +2786,7 @@ typedef enum TOX_ERR_FRIEND_CUSTOM_PACKET { TOX_ERR_FRIEND_CUSTOM_PACKET_NULL, /** - * The friend ID did not designate a valid friend. + * The friend number did not designate a valid friend. */ TOX_ERR_FRIEND_CUSTOM_PACKET_FRIEND_NOT_FOUND, |