aboutsummaryrefslogtreecommitdiffstats
path: root/src/writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/writer.h')
-rw-r--r--src/writer.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/writer.h b/src/writer.h
new file mode 100644
index 00000000..83c84302
--- /dev/null
+++ b/src/writer.h
@@ -0,0 +1,9 @@
+// Copyright 2019-2020 David Robillard <d@drobilla.net>
+// SPDX-License-Identifier: ISC
+
+#include "serd/node.h"
+#include "serd/status.h"
+#include "serd/writer.h"
+
+SerdStatus
+serd_writer_write_node(SerdWriter* writer, const SerdNode* node);