X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Ftools.h;h=d29a25fbdfaf6697c5fb9827f2aa7a38a01bac03;hp=668c91ad1bca8a2042104eee49458e677cd2e17f;hb=0fe2d094b262f6e8bed798930e8c4716d33d5dc7;hpb=25b7406d11ea3703be864097af66ce95611dde72;ds=inline diff --git a/tools/tools.h b/tools/tools.h index 668c91ad..d29a25fb 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -48,6 +48,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_ccanlint(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));