X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;h=954bb30a0b9d06782bdd1c3ecc817666c21b1673;hp=8ebf68d276e8f2bc4042bf5694e1a1b534cbd1e1;hb=e2a53df3e1f5912c872f1906912053354d0d0c63;hpb=20ea8a370823bd73a3c96da40a4779fa6ea66462;ds=sidebyside diff --git a/tools/ccanlint/ccanlint.h b/tools/ccanlint/ccanlint.h index 8ebf68d2..954bb30a 100644 --- a/tools/ccanlint/ccanlint.h +++ b/tools/ccanlint/ccanlint.h @@ -164,6 +164,9 @@ void compile_and_link_async(const void *ctx, unsigned int time_ms, /* Get results of a command, returning ctx (and free it). */ void *collect_command(bool *ok, char **output); +/* Find manifest for this dir and return compiled _info filename. */ +char *get_or_compile_info(const void *ctx, const char *dir); + /* Normal tests. */ extern struct ccanlint trailing_whitespace;