]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/build.h
ccanlint: give a point per compile_ok/compile_fail test
[ccan] / tools / ccanlint / compulsory_tests / build.h
index 64abca44e176214d0ab0c65838ab6c3272347d99..0e2f7e659b15b2604a15aa07aef1523ccbda86fe 100644 (file)
@@ -1,4 +1,7 @@
 #ifndef CCANLINT_BUILD_H
 #define CCANLINT_BUILD_H
 char *build_module(struct manifest *m, bool keep, char **errstr);
+char *build_submodule(struct manifest *m);
+void build_objects(struct manifest *m,
+                  bool keep, struct score *score, const char *flags);
 #endif /* CCANLINT_BUILD_H */