mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-03 23:31:41 +00:00
Add missing tox_nospam_size() function
This commit is contained in:
@@ -19,6 +19,7 @@ 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(nospam_size, NOSPAM_SIZE)
|
||||
CONST_FUNCTION(address_size, ADDRESS_SIZE)
|
||||
CONST_FUNCTION(max_name_length, MAX_NAME_LENGTH)
|
||||
CONST_FUNCTION(max_status_message_length, MAX_STATUS_MESSAGE_LENGTH)
|
||||
|
||||
Reference in New Issue
Block a user