summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/tox_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/tox_api.c b/toxcore/tox_api.c
index 6c0bd71f..8fee8c80 100644
--- a/toxcore/tox_api.c
+++ b/toxcore/tox_api.c
@@ -19,6 +19,7 @@ CONST_FUNCTION(version_minor, VERSION_MINOR)
19CONST_FUNCTION(version_patch, VERSION_PATCH) 19CONST_FUNCTION(version_patch, VERSION_PATCH)
20CONST_FUNCTION(public_key_size, PUBLIC_KEY_SIZE) 20CONST_FUNCTION(public_key_size, PUBLIC_KEY_SIZE)
21CONST_FUNCTION(secret_key_size, SECRET_KEY_SIZE) 21CONST_FUNCTION(secret_key_size, SECRET_KEY_SIZE)
22CONST_FUNCTION(nospam_size, NOSPAM_SIZE)
22CONST_FUNCTION(address_size, ADDRESS_SIZE) 23CONST_FUNCTION(address_size, ADDRESS_SIZE)
23CONST_FUNCTION(max_name_length, MAX_NAME_LENGTH) 24CONST_FUNCTION(max_name_length, MAX_NAME_LENGTH)
24CONST_FUNCTION(max_status_message_length, MAX_STATUS_MESSAGE_LENGTH) 25CONST_FUNCTION(max_status_message_length, MAX_STATUS_MESSAGE_LENGTH)