X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;h=ac169fa81156b57452708208af65fecd05402fdf;hb=9d724ba2aa3b69cc56d20e5f578b2c1399e965f6;hp=d536d6bfefae290d5bf1f425b8c07ac23c50a6f0;hpb=7beaa3448fa8e6015798c1609f33d96e8986063d;p=ccan diff --git a/tools/ccanlint/ccanlint.h b/tools/ccanlint/ccanlint.h index d536d6bf..ac169fa8 100644 --- a/tools/ccanlint/ccanlint.h +++ b/tools/ccanlint/ccanlint.h @@ -12,6 +12,7 @@ struct manifest { struct list_head h_files; struct list_head run_tests; + struct list_head api_tests; struct list_head compile_ok_tests; struct list_head compile_fail_tests; struct list_head other_test_files;