X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Ftools.h;h=cfbe871f9bfb0228016f1e2ab80f0085480592ae;hb=9840dbd3e19eaee1ed82a445cd5e9f041a434f70;hp=b4751bec51734230c5b49de868e31764dc8188d5;hpb=eca104468958afaa893b76d9b3545cd554563538;p=ccan diff --git a/tools/tools.h b/tools/tools.h index b4751bec..cfbe871f 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -43,6 +43,9 @@ 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)); + /* From tools.c */ /* If set, print all commands run, all output they give and exit status. */ extern bool tools_verbose;