]> git.ozlabs.org Git - ccan/blob - tools/ccanlint/compulsory_tests/build.h
633060dbac4176f6d337c274ac84177575674387
[ccan] / tools / ccanlint / 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 #endif /* CCANLINT_BUILD_H */