Add missing tox_nospam_size() function

This commit is contained in:
Robin Lindén 2018-03-07 00:23:06 +01:00
parent bd62d11860
commit f5c24e577c
No known key found for this signature in database
GPG Key ID: 601A604B7E605776

View File

@ -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)