summaryrefslogtreecommitdiff
path: root/includes/Input.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Input.h')
-rw-r--r--includes/Input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Input.h b/includes/Input.h
index 7f801f6..71e6845 100644
--- a/includes/Input.h
+++ b/includes/Input.h
@@ -9,6 +9,7 @@ class Input : public SeekableHandle {
Input(const char * fname) throw (GeneralException);
virtual void close() throw (GeneralException);
virtual bool isClosed();
+ virtual bool canRead();
virtual const char * getName();
virtual off_t getSize();
virtual time_t getMTime();