X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Ftools.h;h=3b5c4bed4fcc254e00630ced9804af3553077674;hb=fcdcba92fe85ced9594cabb9c1f960dc98e33077;hp=cfbe871f9bfb0228016f1e2ab80f0085480592ae;hpb=9e207bca5bf5e0a1e3653a91649414fab793c801;p=ccan diff --git a/tools/tools.h b/tools/tools.h index cfbe871f..3b5c4bed 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -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_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;