projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ccanlint: add is_excluded() helper.
[ccan]
/
tools
/
ccanlint
/
ccanlint.h
diff --git
a/tools/ccanlint/ccanlint.h
b/tools/ccanlint/ccanlint.h
index c57f92037c6ba3a8197c8c48e102369f31db8dcd..9a83e053de451d268a8887121d66e9d92faec163 100644
(file)
--- a/
tools/ccanlint/ccanlint.h
+++ b/
tools/ccanlint/ccanlint.h
@@
-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;