]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/ccanlint.h
ccanlint: --deps-fail-ignore.
[ccan] / tools / ccanlint / ccanlint.h
index 8b6e81f75247f3cbcf0547e7b65de0ed509238a2..ae22fa8a8b7d5c3a8fb98841a911f8e6db6501fe 100644 (file)
@@ -190,6 +190,12 @@ extern bool safe_mode;
 /* Did the user want to keep all the results? */
 extern bool keep_results;
 
+/* Did we find non-ccan dependencies? */
+extern bool non_ccan_deps;
+
+/* Did we fail to build? */
+extern bool build_failed;
+
 /* Contents of config.h (or NULL if not found) */
 extern const char *config_header;