aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node.h b/src/node.h
index 7df2c54d..3ec29196 100644
--- a/src/node.h
+++ b/src/node.h
@@ -72,6 +72,7 @@ SerdNode*
serd_new_typed_literal_expanded(const char* str,
size_t str_len,
SerdNodeFlags flags,
+ SerdNodeType datatype_type,
SerdStringView datatype_prefix,
SerdStringView datatype_suffix);