summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toxcore/tox_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxcore/tox_api.c b/toxcore/tox_api.c
index e720832a..025c7456 100644
--- a/toxcore/tox_api.c
+++ b/toxcore/tox_api.c
@@ -19,6 +19,8 @@ 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(conference_uid_size, CONFERENCE_UID_SIZE)
23CONST_FUNCTION(conference_id_size, CONFERENCE_ID_SIZE)
22CONST_FUNCTION(nospam_size, NOSPAM_SIZE) 24CONST_FUNCTION(nospam_size, NOSPAM_SIZE)
23CONST_FUNCTION(address_size, ADDRESS_SIZE) 25CONST_FUNCTION(address_size, ADDRESS_SIZE)
24CONST_FUNCTION(max_name_length, MAX_NAME_LENGTH) 26CONST_FUNCTION(max_name_length, MAX_NAME_LENGTH)