diff options
Diffstat (limited to 'include/serd')
-rw-r--r-- | include/serd/serd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/serd/serd.h b/include/serd/serd.h index f5ee9022..80e2d3d5 100644 --- a/include/serd/serd.h +++ b/include/serd/serd.h @@ -119,7 +119,8 @@ typedef enum { SERD_ERR_ID_CLASH, ///< Encountered clashing blank node IDs SERD_ERR_BAD_CURIE, ///< Invalid CURIE (e.g. prefix does not exist) SERD_ERR_INTERNAL, ///< Unexpected internal error (should not happen) - SERD_ERR_OVERFLOW ///< Stack overflow + SERD_ERR_OVERFLOW, ///< Stack overflow + SERD_ERR_NO_DATA ///< Unexpected end of input } SerdStatus; /// RDF syntax type |