X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Ftools.h;h=f3e132d97a37110c92da61ba48d3f82e7c46f3e8;hp=f08eb1ddb0fad0ecc4ac644926b323cc26682eb4;hb=4c6f5a73a0817641571fad7383ec3604487889f8;hpb=caf366998b97b7cc29bc1f33c285feb2f5d33bff diff --git a/tools/tools.h b/tools/tools.h index f08eb1dd..f3e132d9 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -24,8 +24,7 @@ char **get_deps(const void *ctx, const char *dir, bool recurse, char **infofile); /* This is safer: just looks for ccan/ strings in info */ -char **get_safe_ccan_deps(const void *ctx, const char *dir, - bool recurse, char **infofile); +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,