summaryrefslogtreecommitdiffstats
path: root/src/stat_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat_cache.h')
-rw-r--r--src/stat_cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stat_cache.h b/src/stat_cache.h
index f071e59..2a5b38b 100644
--- a/src/stat_cache.h
+++ b/src/stat_cache.h
@@ -26,6 +26,7 @@ struct FileStat;
/// Mapping of path -> FileStat.
struct StatCache {
FileStat* GetFile(const std::string& path);
+ FileStat* SpellcheckFile(const std::string& path);
/// Dump the mapping to stdout (useful for debugging).
void Dump();