aboutsummaryrefslogtreecommitdiffstats
path: root/serd/serd.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-10 13:21:51 +0100
committerDavid Robillard <d@drobilla.net>2019-04-13 19:48:23 +0200
commit9a3c3f9cd9c664cbe9a9b397761192b9a744975e (patch)
treea73b663889dd50e5d275f475713c10d99da49bf8 /serd/serd.h
parentc8e1af98cab4726124a0c9ee7afbbe63fc8fc6f9 (diff)
downloadserd-9a3c3f9cd9c664cbe9a9b397761192b9a744975e.tar.gz
serd-9a3c3f9cd9c664cbe9a9b397761192b9a744975e.tar.bz2
serd-9a3c3f9cd9c664cbe9a9b397761192b9a744975e.zip
Add option for writing terse output without newlines
Diffstat (limited to 'serd/serd.h')
-rw-r--r--serd/serd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/serd/serd.h b/serd/serd.h
index abdb7708..770c201d 100644
--- a/serd/serd.h
+++ b/serd/serd.h
@@ -285,6 +285,7 @@ typedef struct {
*/
typedef enum {
SERD_WRITE_ASCII = 1 << 0, ///< Escape all non-ASCII characters
+ SERD_WRITE_TERSE = 1 << 1, ///< Write terser output without newlines
} SerdWriterFlag;
/// Bitwise OR of SerdWriterFlag values