aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-12 20:49:54 +0200
committerDavid Robillard <d@drobilla.net>2021-03-08 23:23:06 -0500
commitdd63c46261f36de5c6dbd951ae1c535128f5cf8c (patch)
tree507f379857b2bf90a968bc34a2f10ec4d5736ae5 /src/node.h
parent768c05325077776124cabbc01c54f2a511865ebc (diff)
downloadserd-dd63c46261f36de5c6dbd951ae1c535128f5cf8c.tar.gz
serd-dd63c46261f36de5c6dbd951ae1c535128f5cf8c.tar.bz2
serd-dd63c46261f36de5c6dbd951ae1c535128f5cf8c.zip
Make it possible to allocate nodes with CURIE datatypes
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 a9b7120c..51faaca6 100644
--- a/src/node.h
+++ b/src/node.h
@@ -61,6 +61,7 @@ serd_new_resolved_uri(SerdStringView string, SerdURIView base_uri);
SerdNode* SERD_ALLOCATED
serd_new_typed_literal_expanded(SerdStringView str,
SerdNodeFlags flags,
+ SerdNodeType datatype_type,
SerdStringView datatype_prefix,
SerdStringView datatype_suffix);