mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Add missing tox_nospam_size() function
This commit is contained in:
parent
bd62d11860
commit
f5c24e577c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user