diff options
Diffstat (limited to 'src/base64.h')
-rw-r--r-- | src/base64.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/base64.h b/src/base64.h index 8ff6acc4..6fbe6c5c 100644 --- a/src/base64.h +++ b/src/base64.h @@ -30,7 +30,8 @@ @param wrap_lines Wrap lines at 76 characters to conform to RFC 2045. @return The length of the base64 encoding, excluding null terminator. */ -SERD_CONST_FUNC size_t +SERD_CONST_FUNC +size_t serd_base64_get_length(size_t size, bool wrap_lines); /** |