aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.c')
-rw-r--r--src/node.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node.c b/src/node.c
index 99f15b8a..999e0164 100644
--- a/src/node.c
+++ b/src/node.c
@@ -39,7 +39,7 @@
#endif
SerdNode
-serd_node_from_string(SerdType type, const char* str)
+serd_node_from_string(SerdNodeType type, const char* str)
{
if (!str) {
return SERD_NODE_NULL;
@@ -52,7 +52,7 @@ serd_node_from_string(SerdType type, const char* str)
}
SerdNode
-serd_node_from_substring(SerdType type, const char* str, const size_t len)
+serd_node_from_substring(SerdNodeType type, const char* str, const size_t len)
{
if (!str) {
return SERD_NODE_NULL;