X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;fp=tools%2Fccanlint%2Fccanlint.h;h=6fdc021673f8597d74add9a40c6c91f904d3e060;hb=64bd9ff9bc3e65bb0e77b982135d6612cda180cd;hp=16600cff4d0e83411b9c6aab1e5722fc718838c8;hpb=ed4ee95401575dd314f7ca5b3719e0e22ef0c6e5;p=ccan diff --git a/tools/ccanlint/ccanlint.h b/tools/ccanlint/ccanlint.h index 16600cff..6fdc0216 100644 --- a/tools/ccanlint/ccanlint.h +++ b/tools/ccanlint/ccanlint.h @@ -264,6 +264,9 @@ struct dependent { /* Is this test excluded (cmdline or _info). */ bool is_excluded(const char *name); +/* Called to add options from _info, once it's located. */ +void add_info_options(struct ccan_file *info); + /* Are we happy to compile stuff, or just non-intrusive tests? */ extern bool safe_mode;