X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;h=0c73716a714cfeafe80b0337490802dd610d73cc;hp=41aaec9353ae9b1d09bf063f38b4e9cd24507881;hb=1313203b72656e8480805c7688c187d274fdceeb;hpb=db43894721895d0ec0a8e599440a9897136bfcb6 diff --git a/tools/ccanlint/ccanlint.h b/tools/ccanlint/ccanlint.h index 41aaec93..0c73716a 100644 --- a/tools/ccanlint/ccanlint.h +++ b/tools/ccanlint/ccanlint.h @@ -221,4 +221,10 @@ extern bool safe_mode; /* Where is the ccan dir? Available after first manifest. */ extern const char *ccan_dir; +/* Compiler and CFLAGS, from config.h if available. */ +extern char *compiler, *cflags; + +/* Contents of config.h (or NULL if not found) */ +extern const char *config_header; + #endif /* CCAN_LINT_H */