]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/ccanlint.h
ccanlint: Move ccanlint test options from _info comments to code
[ccan] / tools / ccanlint / ccanlint.h
index 9cb858f7d6a02e715eda56ac38d92d133e846066..7df951084f3aec4dd1ddbec10072c0d879c735a4 100644 (file)
@@ -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;