X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;h=8c2ee0e8826b5ff0ba974f888f879a6953721e8e;hb=b581c2380721e6bd2079a80adcb28b0ed0f3552c;hp=7d9bd7c821ec6149e7c296333e062c14b3c88e55;hpb=f3305bc06847d022831f8ffd7beaccab316d8143;p=ccan diff --git a/tools/ccanlint/ccanlint.h b/tools/ccanlint/ccanlint.h index 7d9bd7c8..8c2ee0e8 100644 --- a/tools/ccanlint/ccanlint.h +++ b/tools/ccanlint/ccanlint.h @@ -14,7 +14,7 @@ /* 1 == Describe results for partial failures. 2 == Describe gory details. 3 == Describe every action. */ -extern unsigned int verbose; +extern int verbose; struct manifest { char *dir; @@ -34,6 +34,7 @@ struct manifest { struct list_head other_files; struct list_head examples; + struct list_head mangled_examples; /* From tests/check_depends_exist.c */ struct list_head dep_dirs; @@ -78,7 +79,7 @@ struct ccanlint { /* How many things do we (still) depend on? */ unsigned int num_depends; /* Did we skip a dependency? If so, must skip this, too. */ - bool skip; + const char *skip; /* Did we fail a dependency? If so, skip and mark as fail. */ bool skip_fail; /* Did the user want to keep these results? */