aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/FileInfo.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-03-03 20:34:02 +0100
committerMax Kellermann <max@duempel.org>2015-03-03 21:41:11 +0100
commita5760670efca8ea6c4b4d425ea5e0479c760b48e (patch)
treefb427ca3919fbdd5dd59222ac1b2ab548dc8d9cd /src/fs/FileInfo.hxx
parentf04a3ec2017d63b8bb48e3d71c6502779a05321a (diff)
downloadmpd-a5760670efca8ea6c4b4d425ea5e0479c760b48e.tar.gz
mpd-a5760670efca8ea6c4b4d425ea5e0479c760b48e.tar.xz
mpd-a5760670efca8ea6c4b4d425ea5e0479c760b48e.zip
fs/io/FileReader: add method GetFileInfo()
Diffstat (limited to 'src/fs/FileInfo.hxx')
-rw-r--r--src/fs/FileInfo.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/FileInfo.hxx b/src/fs/FileInfo.hxx
index 3805d3ef0..ad0fb4064 100644
--- a/src/fs/FileInfo.hxx
+++ b/src/fs/FileInfo.hxx
@@ -54,6 +54,7 @@ class FileInfo {
bool follow_symlinks);
friend bool GetFileInfo(Path path, FileInfo &info,
Error &error);
+ friend class FileReader;
#ifdef WIN32
WIN32_FILE_ATTRIBUTE_DATA data;