aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.c')
-rw-r--r--src/node.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/node.c b/src/node.c
index 84793386..337507a9 100644
--- a/src/node.c
+++ b/src/node.c
@@ -67,7 +67,7 @@ string_sink(const void* const buf, const size_t len, void* const stream)
}
SerdNode
-serd_node_from_string(SerdType type, const char* const str)
+serd_node_from_string(const SerdNodeType type, const char* const str)
{
if (!str) {
return SERD_NODE_NULL;
@@ -80,9 +80,9 @@ serd_node_from_string(SerdType type, const char* const str)
}
SerdNode
-serd_node_from_substring(const SerdType type,
- const char* const str,
- const size_t len)
+serd_node_from_substring(const SerdNodeType type,
+ const char* const str,
+ const size_t len)
{
if (!str) {
return SERD_NODE_NULL;