]> git.sesse.net Git - plocate/blobdiff - options.h
Release plocate 1.1.22.
[plocate] / options.h
index 68f712e843e487688667531fe183e1b2ca6742ac..39b0978b1c15e6fc35d5d23c16ca35d4df5a796d 100644 (file)
--- a/options.h
+++ b/options.h
@@ -3,7 +3,6 @@
 
 #include <stdint.h>
 
-extern const char *dbpath;
 extern bool ignore_case;
 extern bool only_count;
 extern bool print_nul;
@@ -11,7 +10,10 @@ extern bool use_debug;
 extern bool flush_cache;
 extern bool patterns_are_regex;
 extern bool use_extended_regex;
+extern bool check_existence;
 extern int64_t limit_matches;
 extern int64_t limit_left;  // Not strictly an option.
+extern bool stdout_is_tty;  // Same.
+extern bool literal_printing;
 
 #endif  // !defined(_OPTIONS_H)