From cda46ec67d41fb120809d5d1d16c05eb1b3882da Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 4 Feb 2018 15:33:36 +0100 Subject: Make nodes opaque --- src/base64.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/base64.h') 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); /** -- cgit v1.2.1