summaryrefslogtreecommitdiff
path: root/src/client/filecache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/filecache.h')
-rw-r--r--src/client/filecache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/filecache.h b/src/client/filecache.h
index 96e4c8ba1..ea6afc4b2 100644
--- a/src/client/filecache.h
+++ b/src/client/filecache.h
@@ -33,6 +33,7 @@ public:
bool update(const std::string &name, const std::string &data);
bool load(const std::string &name, std::ostream &os);
+ bool exists(const std::string &name);
private:
std::string m_dir;