diff options
Diffstat (limited to 'src/FileInput.h')
-rw-r--r-- | src/FileInput.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FileInput.h b/src/FileInput.h index 9330577..4f6f75e 100644 --- a/src/FileInput.h +++ b/src/FileInput.h @@ -45,6 +45,7 @@ class FileInput * Returns the number of bytes read. */ ssize_t read(uint8_t* buf, size_t length); + int eof(); protected: const char* m_filename; |