X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;h=7df951084f3aec4dd1ddbec10072c0d879c735a4;hp=9cb858f7d6a02e715eda56ac38d92d133e846066;hb=0fe2d094b262f6e8bed798930e8c4716d33d5dc7;hpb=25b7406d11ea3703be864097af66ce95611dde72 diff --git a/tools/ccanlint/ccanlint.h b/tools/ccanlint/ccanlint.h index 9cb858f7..7df95108 100644 --- a/tools/ccanlint/ccanlint.h +++ b/tools/ccanlint/ccanlint.h @@ -186,7 +186,7 @@ struct dependent { bool is_excluded(const char *name); /* Called to add options from _info, once it's located. */ -void add_info_options(struct ccan_file *info); +void add_info_options(struct manifest *m); /* Are we happy to compile stuff, or just non-intrusive tests? */ extern bool safe_mode;