]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/ccanlint.h
htable: restore perfect bit when resizing.
[ccan] / tools / ccanlint / ccanlint.h
index 7d9bd7c821ec6149e7c296333e062c14b3c88e55..8c2ee0e8826b5ff0ba974f888f879a6953721e8e 100644 (file)
@@ -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? */