[NETFILTER]: nf_conntrack: move extern declaration to header files
authorPatrick McHardy <kaber@trash.net>
Wed, 29 Nov 2006 01:35:15 +0000 (02:35 +0100)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:31:16 +0000 (21:31 -0800)
Using extern in a C file is a bad idea because the compiler can't
catch type errors.

Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found