]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.h
rfc822: Move check_header into helper.c
[ccan] / tools / tools.h
index e78d13904c82b1c36c263ddb57a5fdb267779139..56e9de610620a0c944da84fc7f58337c3ae66393 100644 (file)
@@ -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. */