projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ccanlint: Add -k option to keep results.
[ccan]
/
tools
/
ccanlint
/
compulsory_tests
/
has_main_header.c
diff --git
a/tools/ccanlint/compulsory_tests/has_main_header.c
b/tools/ccanlint/compulsory_tests/has_main_header.c
index dafb41a6e8d71bcf1f6bb5a02a209f6b09b8ce9b..eb74e9f0101b016a577e98218428cd4e7e97cff6 100644
(file)
--- a/
tools/ccanlint/compulsory_tests/has_main_header.c
+++ b/
tools/ccanlint/compulsory_tests/has_main_header.c
@@
-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, unsigned int *timeleft)
+static void *check_has_main_header(struct manifest *m,
+ bool keep,
+ unsigned int *timeleft)
{
struct ccan_file *f;
{
struct ccan_file *f;