diff options
Diffstat (limited to 'src/io.hh')
| -rw-r--r-- | src/io.hh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ namespace io { enum class ReadError { Error, + Eof, InvalidData, // invalid data read (not used by raw file) MaxTooSmall, // max argument needs to be bigger (not used by raw file) }; |
