X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Ftools.h;h=56e9de610620a0c944da84fc7f58337c3ae66393;hp=e78d13904c82b1c36c263ddb57a5fdb267779139;hb=bbb4aa72f0a087b3a1441e912ccac576c907e618;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. */