]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/ccanlint.h
ccanlint: remove wart from info options.
[ccan] / tools / ccanlint / ccanlint.h
index 16600cff4d0e83411b9c6aab1e5722fc718838c8..6fdc021673f8597d74add9a40c6c91f904d3e060 100644 (file)
@@ -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;