]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/has_main_header.c
ccanlint: Add -k option to keep results.
[ccan] / tools / ccanlint / compulsory_tests / has_main_header.c
index c2c823821b3a1e8c6ed65aa41a3c473b23ba3957..eb74e9f0101b016a577e98218428cd4e7e97cff6 100644 (file)
@@ -12,7 +12,9 @@
 #include <ccan/talloc/talloc.h>
 #include <ccan/noerr/noerr.h>
 
 #include <ccan/talloc/talloc.h>
 #include <ccan/noerr/noerr.h>
 
-static void *check_has_main_header(struct manifest *m)
+static void *check_has_main_header(struct manifest *m,
+                                  bool keep,
+                                  unsigned int *timeleft)
 {
        struct ccan_file *f;
 
 {
        struct ccan_file *f;