summaryrefslogtreecommitdiffstats
path: root/sord
diff options
context:
space:
mode:
Diffstat (limited to 'sord')
-rw-r--r--sord/sord.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sord/sord.h b/sord/sord.h
index f76bc0e..d380da2 100644
--- a/sord/sord.h
+++ b/sord/sord.h
@@ -462,6 +462,16 @@ sord_write(SordModel* model,
SordNode* graph);
/**
+ Write a range to a writer.
+
+ This increments @c iter to its end, then frees it.
+*/
+SORD_API
+bool
+sord_write_iter(SordIter* iter,
+ SerdWriter* writer);
+
+/**
@}
@}
*/