aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.c')
-rw-r--r--src/node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.c b/src/node.c
index 7d1177e4..0283b14f 100644
--- a/src/node.c
+++ b/src/node.c
@@ -48,7 +48,7 @@ typedef struct {
static SerdNode*
serd_new_from_uri(const SerdURIView uri, const SerdURIView base);
-static size_t
+size_t
serd_node_pad_size(const size_t n_bytes)
{
const size_t pad = sizeof(SerdNode) - (n_bytes + 2) % sizeof(SerdNode);