diff options
Diffstat (limited to 'gentoobrowse-api/service/fileUtils.h')
-rw-r--r-- | gentoobrowse-api/service/fileUtils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gentoobrowse-api/service/fileUtils.h b/gentoobrowse-api/service/fileUtils.h index 51c2875..de6dc79 100644 --- a/gentoobrowse-api/service/fileUtils.h +++ b/gentoobrowse-api/service/fileUtils.h @@ -23,6 +23,8 @@ namespace Gentoo { public: FileHandleStat(const boost::filesystem::path & path); + const struct stat & getStat() const; + protected: struct stat st; }; |