]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/has_info_documentation.c
ccanlint: Add -k option to keep results.
[ccan] / tools / ccanlint / tests / has_info_documentation.c
index 3ca844c8881d8b2c1dca7ee4fe5d860a5856d060..2823e66b6700b10536838234604761c316f4ef96 100644 (file)
@@ -23,6 +23,7 @@ struct info_docs
 };
 
 static void *check_has_info_documentation(struct manifest *m,
+                                         bool keep,
                                          unsigned int *timeleft)
 {
        struct list_head *infodocs = get_ccan_file_docs(m->info_file);