]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/ccanlint.h
ccanlint: add is_excluded() helper.
[ccan] / tools / ccanlint / ccanlint.h
index c57f92037c6ba3a8197c8c48e102369f31db8dcd..9a83e053de451d268a8887121d66e9d92faec163 100644 (file)
@@ -237,6 +237,9 @@ struct dependent {
        struct ccanlint *dependent;
 };
 
+/* Is this test excluded (cmdline or _info). */
+bool is_excluded(const char *name);
+
 /* Are we happy to compile stuff, or just non-intrusive tests? */
 extern bool safe_mode;