]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/build.h
ccanlint: compile module with reduced-feature config.h
[ccan] / tools / ccanlint / compulsory_tests / build.h
index 633060dbac4176f6d337c274ac84177575674387..0e2f7e659b15b2604a15aa07aef1523ccbda86fe 100644 (file)
@@ -2,4 +2,6 @@
 #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 */