]> git.sesse.net Git - plocate/blobdiff - options.h
Move the cache-flushing behavior into an undocumented option, so that one does not...
[plocate] / options.h
index 683c8d3df00a95b72890b6053b316f503809bdfb..68f712e843e487688667531fe183e1b2ca6742ac 100644 (file)
--- a/options.h
+++ b/options.h
@@ -8,6 +8,7 @@ extern bool ignore_case;
 extern bool only_count;
 extern bool print_nul;
 extern bool use_debug;
+extern bool flush_cache;
 extern bool patterns_are_regex;
 extern bool use_extended_regex;
 extern int64_t limit_matches;