X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=options.h;h=39b0978b1c15e6fc35d5d23c16ca35d4df5a796d;hb=fd6198891d6fd9642effc0843fef6f23b991af3e;hp=68f712e843e487688667531fe183e1b2ca6742ac;hpb=88057cd64f62c3f39e8ccf158fd0c3df101e02cb;p=plocate diff --git a/options.h b/options.h index 68f712e..39b0978 100644 --- a/options.h +++ b/options.h @@ -3,7 +3,6 @@ #include -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)