X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Ftools.h;h=3b5c4bed4fcc254e00630ced9804af3553077674;hp=b4751bec51734230c5b49de868e31764dc8188d5;hb=7b56762984ce66f38728b542ca347bcb6fe3e981;hpb=eca104468958afaa893b76d9b3545cd554563538 diff --git a/tools/tools.h b/tools/tools.h index b4751bec..3b5c4bed 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -43,6 +43,12 @@ char **get_safe_ccan_deps(const void *ctx, const char *dir, const char *style, char **get_libs(const void *ctx, const char *dir, const char *style, 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)); + +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;