]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.h
ccanlint: Move ccanlint test options from _info comments to code
[ccan] / tools / tools.h
index 668c91ad1bca8a2042104eee49458e677cd2e17f..d29a25fbdfaf6697c5fb9827f2aa7a38a01bac03 100644 (file)
@@ -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));