]> git.ozlabs.org Git - ccan/blob - compulsory_tests/build.h
io/fdpass: don't leak fd if conn closes before we write it.
[ccan] / compulsory_tests / build.h
1 #ifndef CCANLINT_BUILD_H
2 #define CCANLINT_BUILD_H
3 char *build_module(struct manifest *m, bool keep, char **errstr);
4 char *build_submodule(struct manifest *m);
5 void build_objects(struct manifest *m,
6                    bool keep, struct score *score, const char *flags);
7 #endif /* CCANLINT_BUILD_H */