]> git.sesse.net Git - plocate/blobdiff - options.h
Replace canonicalize_file_name() with realpath().
[plocate] / options.h
index 5dc5ad4c55ee543a75d13e77a66b1743db277da7..eba4900c08a4b6818718caeadd8d88e9ef238e03 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,6 +10,7 @@ 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.