X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Ftools.h;h=3b5c4bed4fcc254e00630ced9804af3553077674;hb=3e1be50f117fee7d3bc6c4a56e71c15495f3bcad;hp=7e2598c3167559df675c71df2f9d6ebcf624464a;hpb=608148436caa82ffe78d758253c6b7eb5232cb70;p=ccan diff --git a/tools/tools.h b/tools/tools.h index 7e2598c3..3b5c4bed 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -46,8 +46,8 @@ 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)); -bool get_ported(const void *ctx, const char *dir, bool recurse, - 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. */