X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fcheck_depends_exist.c;h=bb6067edcd8bb16169d73e46c4d542e3c9f9fbeb;hp=aef2a24baeb3e0a57a759cb757da79e9bd55a9f0;hb=304652023042670b3173de0ad5dc0eb7c836618c;hpb=83182e8fdff4c78518a680dd70e261ef82e640c5;ds=sidebyside diff --git a/tools/ccanlint/compulsory_tests/check_depends_exist.c b/tools/ccanlint/compulsory_tests/check_depends_exist.c index aef2a24b..bb6067ed 100644 --- a/tools/ccanlint/compulsory_tests/check_depends_exist.c +++ b/tools/ccanlint/compulsory_tests/check_depends_exist.c @@ -33,7 +33,7 @@ static char *add_dep(char *sofar, struct manifest *m, const char *dep) return sofar; } -static void *check_depends_exist(struct manifest *m) +static void *check_depends_exist(struct manifest *m, unsigned int *timeleft) { unsigned int i; char *report = NULL;