X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;h=ac169fa81156b57452708208af65fecd05402fdf;hb=7c71ddab47d9b06aa140f305c956e454d711e66e;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;