aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/node.h b/src/node.h
index 783fe574..359da4b9 100644
--- a/src/node.h
+++ b/src/node.h
@@ -4,6 +4,7 @@
#ifndef SERD_SRC_NODE_H
#define SERD_SRC_NODE_H
+#include "exess/exess.h"
#include "serd/attributes.h"
#include "serd/node.h"
#include "serd/string_view.h"
@@ -46,4 +47,10 @@ serd_node_zero_pad(SerdNode* SERD_NONNULL node);
SerdNode* SERD_ALLOCATED
serd_new_resolved_uri(SerdStringView string, SerdURIView base_uri);
+ExessResult
+serd_node_get_value_as(const SerdNode* SERD_NONNULL node,
+ ExessDatatype value_type,
+ size_t value_size,
+ void* SERD_NONNULL value);
+
#endif // SERD_SRC_NODE_H