X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Flicenses.h;h=b921fa6279b3da5e1aa36ccae10a85ad5f7df2e3;hb=8275faaf2fa6989829c976a54da120def4cfeda8;hp=60d203763cf99417ba818c6dbdd7ad219b03253c;hpb=2ea90b45cf37292aba7c81b34736661c080497de;p=ccan diff --git a/tools/ccanlint/licenses.h b/tools/ccanlint/licenses.h index 60d20376..b921fa62 100644 --- a/tools/ccanlint/licenses.h +++ b/tools/ccanlint/licenses.h @@ -30,7 +30,7 @@ struct license_info { }; /* Is [project license][file license] compatible? */ -bool license_compatible[LICENSE_UNKNOWN+1][LICENSE_UNKNOWN]; +extern bool license_compatible[LICENSE_UNKNOWN+1][LICENSE_UNKNOWN]; extern const struct license_info licenses[];