diff options
Diffstat (limited to 'include/serd/statement.h')
-rw-r--r-- | include/serd/statement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/serd/statement.h b/include/serd/statement.h index aee632cb..a1932796 100644 --- a/include/serd/statement.h +++ b/include/serd/statement.h @@ -35,6 +35,8 @@ typedef enum { SERD_ANON_O = 1U << 3U, ///< Start of anonymous object SERD_LIST_S = 1U << 4U, ///< Start of list subject SERD_LIST_O = 1U << 5U, ///< Start of list object + SERD_TERSE_S = 1U << 6U, ///< Start of terse subject + SERD_TERSE_O = 1U << 7U, ///< Start of terse object } SerdStatementFlag; /// Bitwise OR of SerdStatementFlag values |