]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/build.h
ccanlint: keep separate array of compiled versions.
[ccan] / tools / ccanlint / compulsory_tests / build.h
index 0e2f7e659b15b2604a15aa07aef1523ccbda86fe..04140bf9bc68d74348bd22004682f75c484d75ae 100644 (file)
@@ -1,7 +1,10 @@
 #ifndef CCANLINT_BUILD_H
 #define CCANLINT_BUILD_H
-char *build_module(struct manifest *m, bool keep, char **errstr);
-char *build_submodule(struct manifest *m);
+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);
+                  bool keep, struct score *score, const char *flags,
+                  enum compile_type ctype);
 #endif /* CCANLINT_BUILD_H */