add definition of verbose
[ecparse.git] / FileReaderInput.h
index 4188557..747440f 100644 (file)
@@ -14,6 +14,7 @@ public:
        ~FileReaderInput();
 
        int read(void* buffer, size_t length);
+       bool isEOF();
 
 private:
        FILE* file;