X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;h=9a83e053de451d268a8887121d66e9d92faec163;hp=c57f92037c6ba3a8197c8c48e102369f31db8dcd;hb=b1524d16e5e98dafee5a192511a557ace0b5afb3;hpb=05b39faed2c73b317f6a7f6f59ec0e8c69e5d5bf diff --git a/tools/ccanlint/ccanlint.h b/tools/ccanlint/ccanlint.h index c57f9203..9a83e053 100644 --- 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;