]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.h
tools: commit missing support for _info ported flag.
[ccan] / tools / tools.h
index cfbe871f9bfb0228016f1e2ab80f0085480592ae..7e2598c3167559df675c71df2f9d6ebcf624464a 100644 (file)
@@ -46,6 +46,9 @@ char **get_libs(const void *ctx, const char *dir, const char *style,
 char **get_cflags(const void *ctx, const char *dir,
                char *(*get_info)(const void *ctx, const char *dir));
 
 char **get_cflags(const void *ctx, const char *dir,
                char *(*get_info)(const void *ctx, const char *dir));
 
+bool get_ported(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. */
 extern bool tools_verbose;
 /* From tools.c */
 /* If set, print all commands run, all output they give and exit status. */
 extern bool tools_verbose;