aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/io/FileReader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/io/FileReader.hxx')
-rw-r--r--src/fs/io/FileReader.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fs/io/FileReader.hxx b/src/fs/io/FileReader.hxx
index 53651380f..c67bd6d77 100644
--- a/src/fs/io/FileReader.hxx
+++ b/src/fs/io/FileReader.hxx
@@ -36,6 +36,7 @@
#endif
class Path;
+class FileInfo;
class FileReader final : public Reader {
AllocatedPath path;
@@ -79,6 +80,8 @@ public:
void Close();
+ bool GetFileInfo(FileInfo &info, Error &error) const;
+
bool Seek(off_t offset, Error &error);
/* virtual methods from class Reader */