diff options
Diffstat (limited to 'src/serd_internal.h')
-rw-r--r-- | src/serd_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/serd_internal.h b/src/serd_internal.h index 5cda4d16..7c758cb8 100644 --- a/src/serd_internal.h +++ b/src/serd_internal.h @@ -85,6 +85,7 @@ typedef struct { uint8_t read_byte; ///< 1-byte 'buffer' used when not paging bool from_stream; ///< True iff reading from `stream` bool prepared; ///< True iff prepared for reading + bool eof; ///< True iff end of file reached } SerdByteSource; SerdStatus |