summaryrefslogtreecommitdiff
path: root/toxcore/tox_api.c
diff options
context:
space:
mode:
authorzugz (tox) <mbays+tox@sdf.org>2018-12-08 11:44:13 +0100
committeriphydf <iphydf@users.noreply.github.com>2019-01-03 14:29:20 +0000
commit1ddc922750b87fa71e4cfb06d8b12f4c81f58531 (patch)
tree91a6b30a4099d561dcbe5be6bec2198c4f371ad6 /toxcore/tox_api.c
parente5320579a9443b6103182e17548b2662194f002a (diff)
Define tox_conference_id_size and tox_conference_uid_size
Closes #1264
Diffstat (limited to 'toxcore/tox_api.c')
-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)