]> git.sesse.net Git - plocate/blob - options.h
Bump version number.
[plocate] / options.h
1 #ifndef _OPTIONS_H
2 #define _OPTIONS_H
3
4 #include <stdint.h>
5
6 extern const char *dbpath;
7 extern bool ignore_case;
8 extern bool only_count;
9 extern bool print_nul;
10 extern bool use_debug;
11 extern bool flush_cache;
12 extern bool patterns_are_regex;
13 extern bool use_extended_regex;
14 extern int64_t limit_matches;
15 extern int64_t limit_left;  // Not strictly an option.
16
17 #endif  // !defined(_OPTIONS_H)