X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fidempotent.c;h=05f4c593b5724f1c8ceffbd8282c5d0ad6cb58a5;hb=304652023042670b3173de0ad5dc0eb7c836618c;hp=34b455c0a5fd5dd206b58c05a3510181ec6fe1f3;hpb=83182e8fdff4c78518a680dd70e261ef82e640c5;p=ccan-lca-2011.git diff --git a/tools/ccanlint/tests/idempotent.c b/tools/ccanlint/tests/idempotent.c index 34b455c..05f4c59 100644 --- a/tools/ccanlint/tests/idempotent.c +++ b/tools/ccanlint/tests/idempotent.c @@ -112,7 +112,7 @@ 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, unsigned int *timeleft) { struct ccan_file *f; char *report = NULL;