X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fidempotent.c;h=05f4c593b5724f1c8ceffbd8282c5d0ad6cb58a5;hb=1d893107b3481639bf1fc6f96972457ac6e828f7;hp=34b455c0a5fd5dd206b58c05a3510181ec6fe1f3;hpb=357700fd05c2cf25563a0058fd68f2ffea827e74;p=ccan diff --git a/tools/ccanlint/tests/idempotent.c b/tools/ccanlint/tests/idempotent.c index 34b455c0..05f4c593 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;