X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fbuild.h;h=04140bf9bc68d74348bd22004682f75c484d75ae;hp=64abca44e176214d0ab0c65838ab6c3272347d99;hb=75a6a6ad64156ef3b13493be2970ae3cb99ccf8b;hpb=51a56b52627e635566253a3fae081c3f466b6bb6 diff --git a/tools/ccanlint/compulsory_tests/build.h b/tools/ccanlint/compulsory_tests/build.h index 64abca44..04140bf9 100644 --- a/tools/ccanlint/compulsory_tests/build.h +++ b/tools/ccanlint/compulsory_tests/build.h @@ -1,4 +1,10 @@ #ifndef CCANLINT_BUILD_H #define CCANLINT_BUILD_H -char *build_module(struct manifest *m, bool keep, char **errstr); +char *build_module(struct manifest *m, bool keep, enum compile_type ctype, + char **errstr); +char *build_submodule(struct manifest *m, const char *flags, + enum compile_type ctype); +void build_objects(struct manifest *m, + bool keep, struct score *score, const char *flags, + enum compile_type ctype); #endif /* CCANLINT_BUILD_H */