]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/build.h
base64: fix for unsigned chars (e.g. ARM).
[ccan] / tools / ccanlint / tests / build.h
index 04140bf9bc68d74348bd22004682f75c484d75ae..5cc181ec77df40818c985b76845a466739d7f22a 100644 (file)
@@ -1,10 +1,9 @@
 #ifndef CCANLINT_BUILD_H
 #define CCANLINT_BUILD_H
-char *build_module(struct manifest *m, bool keep, enum compile_type ctype,
-                  char **errstr);
+char *build_module(struct manifest *m, 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,
+                  struct score *score, const char *flags,
                   enum compile_type ctype);
 #endif /* CCANLINT_BUILD_H */