X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Ftools.h;h=56e9de610620a0c944da84fc7f58337c3ae66393;hp=e78d13904c82b1c36c263ddb57a5fdb267779139;hb=2a91b14cf2eea39b32d17a0ab14dd7243f36b79f;hpb=e2a53df3e1f5912c872f1906912053354d0d0c63 diff --git a/tools/tools.h b/tools/tools.h index e78d1390..56e9de61 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -30,8 +30,8 @@ char **get_deps(const void *ctx, const char *dir, bool recurse, char **get_safe_ccan_deps(const void *ctx, const char *dir, bool recurse); /* This also needs to compile the info file. */ -char **get_libs(const void *ctx, const char *dir, - unsigned int *num, char **infofile); +char **get_libs(const void *ctx, const char *dir, bool recurse, + char *(*get_info)(const void *ctx, const char *dir)); /* From tools.c */ /* If set, print all commands run, all output they give and exit status. */