X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;h=46d1fc9da9c6106058f6ef1673a90f66962fbc0a;hb=89f1301ed2b65cdb4730bb28c42428873a69faec;hp=3a79fb94245daec756da410f35d48138a571bd56;hpb=24908e18c8db7543084e16707b7b82ef5a094d7a;p=ccan diff --git a/tools/ccanlint/ccanlint.h b/tools/ccanlint/ccanlint.h index 3a79fb94..46d1fc9d 100644 --- a/tools/ccanlint/ccanlint.h +++ b/tools/ccanlint/ccanlint.h @@ -33,6 +33,7 @@ struct manifest { struct list_head other_test_files; struct list_head other_files; + struct list_head examples; /* From tests/check_depends_exist.c */ struct list_head dep_dirs;