]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/has_info.c
ccanlint: Add -k option to keep results.
[ccan] / tools / ccanlint / compulsory_tests / has_info.c
index 176b5071b87fbbaad5ce94b032fd15055aa84d4e..77867dedd9c875ff22bcc4f42c7886065bd99265 100644 (file)
@@ -12,7 +12,9 @@
 #include <ccan/noerr/noerr.h>
 #include <ccan/talloc/talloc.h>
 
-static void *check_has_info(struct manifest *m, unsigned int *timeleft)
+static void *check_has_info(struct manifest *m,
+                           bool keep,
+                           unsigned int *timeleft)
 {
        if (m->info_file)
                return NULL;