X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftests_compile.h;h=9c010e3161bcf22f495ad2b95bcbf0cf807bd233;hb=932d65dd6537250e617516749f03a00fea3b34f6;hp=590eddedebf15736dec6ac18ee9853f67ab760b6;hpb=8af0812be4b3fcb82d82b70ea1b571225a76ca19;p=ccan diff --git a/tools/ccanlint/tests/tests_compile.h b/tools/ccanlint/tests/tests_compile.h index 590edded..9c010e31 100644 --- a/tools/ccanlint/tests/tests_compile.h +++ b/tools/ccanlint/tests/tests_compile.h @@ -3,4 +3,4 @@ char *test_obj_list(const struct manifest *m, bool link_with_module, enum compile_type ctype, enum compile_type own_ctype); /* Library list as specified by ctype variant of _info. */ -char *lib_list(const struct manifest *m, enum compile_type ctype); +char *test_lib_list(const struct manifest *m, enum compile_type ctype);