]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/ccanlint.h
ccanlint: try running example code.
[ccan] / tools / ccanlint / ccanlint.h
index 7d9bd7c821ec6149e7c296333e062c14b3c88e55..679b00ac2bf2f87a02e4ac879fdbe1c9803b5611 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;