X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftests_compile.h;h=9c010e3161bcf22f495ad2b95bcbf0cf807bd233;hp=590eddedebf15736dec6ac18ee9853f67ab760b6;hb=10e5e329a1a8804ff6461e1724071364cf6be572;hpb=8af0812be4b3fcb82d82b70ea1b571225a76ca19 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);