From 1ddc922750b87fa71e4cfb06d8b12f4c81f58531 Mon Sep 17 00:00:00 2001 From: "zugz (tox)" Date: Sat, 8 Dec 2018 11:44:13 +0100 Subject: Define tox_conference_id_size and tox_conference_uid_size Closes #1264 --- toxcore/tox_api.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toxcore/tox_api.c') 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) CONST_FUNCTION(version_patch, VERSION_PATCH) CONST_FUNCTION(public_key_size, PUBLIC_KEY_SIZE) CONST_FUNCTION(secret_key_size, SECRET_KEY_SIZE) +CONST_FUNCTION(conference_uid_size, CONFERENCE_UID_SIZE) +CONST_FUNCTION(conference_id_size, CONFERENCE_ID_SIZE) CONST_FUNCTION(nospam_size, NOSPAM_SIZE) CONST_FUNCTION(address_size, ADDRESS_SIZE) CONST_FUNCTION(max_name_length, MAX_NAME_LENGTH) -- cgit v1.2.3