]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.h
ccanlint: fix ccanlint -l
[ccan] / tools / tools.h
index f08eb1ddb0fad0ecc4ac644926b323cc26682eb4..f3e132d97a37110c92da61ba48d3f82e7c46f3e8 100644 (file)
@@ -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,