summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index e5158915..14c9f616 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -1781,6 +1781,11 @@ typedef enum TOX_ERR_FILE_GET {
1781 TOX_ERR_FILE_GET_OK, 1781 TOX_ERR_FILE_GET_OK,
1782 1782
1783 /** 1783 /**
1784 * One of the arguments to the function was NULL when it was not expected.
1785 */
1786 TOX_ERR_FILE_GET_NULL,
1787
1788 /**
1784 * The friend_number passed did not designate a valid friend. 1789 * The friend_number passed did not designate a valid friend.
1785 */ 1790 */
1786 TOX_ERR_FILE_GET_FRIEND_NOT_FOUND, 1791 TOX_ERR_FILE_GET_FRIEND_NOT_FOUND,