diff options
Diffstat (limited to 'include/serd/writer.h')
-rw-r--r-- | include/serd/writer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/serd/writer.h b/include/serd/writer.h index db402fea..36880d2a 100644 --- a/include/serd/writer.h +++ b/include/serd/writer.h @@ -39,6 +39,7 @@ typedef enum { SERD_WRITE_UNRESOLVED = 1U << 2U, ///< Do not make URIs relative SERD_WRITE_BULK = 1U << 3U, ///< Write output in pages SERD_WRITE_STRICT = 1U << 4U, ///< Abort with error on lossy output + SERD_WRITE_TERSE = 1U << 5U, ///< Write terser output without newlines } SerdWriterFlag; /// Bitwise OR of #SerdWriterFlag values |