X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=options.h;h=a372886c71c1f528bfa7dff1ef3e98ebe506bacf;hb=3f086da52c281f81cb2290dad17cfb0f1d659810;hp=683c8d3df00a95b72890b6053b316f503809bdfb;hpb=4ecef43ea601ab99ad2f2cf7715dbc52e8f3c775;p=plocate diff --git a/options.h b/options.h index 683c8d3..a372886 100644 --- a/options.h +++ b/options.h @@ -3,14 +3,15 @@ #include -extern const char *dbpath; 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; extern int64_t limit_left; // Not strictly an option. +extern bool stdout_is_tty; // Same. #endif // !defined(_OPTIONS_H)