]> git.sesse.net Git - plocate/blobdiff - options.h
Release plocate 1.1.7.
[plocate] / options.h
index 68f712e843e487688667531fe183e1b2ca6742ac..a372886c71c1f528bfa7dff1ef3e98ebe506bacf 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;
@@ -13,5 +12,6 @@ extern bool patterns_are_regex;
 extern bool use_extended_regex;
 extern int64_t limit_matches;
 extern int64_t limit_left;  // Not strictly an option.
+extern bool stdout_is_tty;  // Same.
 
 #endif  // !defined(_OPTIONS_H)