X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fidempotent.c;h=95040cf62b09b2f012d77d8b3683f6a9712d79e9;hb=29e10815c6771c58fc9d9b93092ee954a4bd9e22;hp=34b455c0a5fd5dd206b58c05a3510181ec6fe1f3;hpb=357700fd05c2cf25563a0058fd68f2ffea827e74;p=ccan diff --git a/tools/ccanlint/tests/idempotent.c b/tools/ccanlint/tests/idempotent.c index 34b455c0..95040cf6 100644 --- a/tools/ccanlint/tests/idempotent.c +++ b/tools/ccanlint/tests/idempotent.c @@ -112,7 +112,9 @@ static char *report_idem(struct ccan_file *f, char *sofar) return sofar; } -static void *check_idempotent(struct manifest *m) +static void *check_idempotent(struct manifest *m, + bool keep, + unsigned int *timeleft) { struct ccan_file *f; char *report = NULL;