aboutsummaryrefslogtreecommitdiffstats
path: root/serd/serd.h
diff options
context:
space:
mode:
Diffstat (limited to 'serd/serd.h')
-rw-r--r--serd/serd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/serd/serd.h b/serd/serd.h
index d87896ea..d715c795 100644
--- a/serd/serd.h
+++ b/serd/serd.h
@@ -230,7 +230,7 @@ typedef enum {
<tt>nodeID</tt></a>
*/
SERD_BLANK = 4
-} SerdType;
+} SerdNodeType;
/**
Flags indicating certain string properties relevant to serialisation.
@@ -809,7 +809,7 @@ serd_new_blob(const void* buf,
Return the type of a node (SERD_URI, SERD_BLANK, or SERD_LITERAL).
*/
SERD_API
-SerdType
+SerdNodeType
serd_node_get_type(const SerdNode* node);
/**