commit | f8eb24a89afa12b48fa7e39775faea6d64b8e538 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Nov 29 02:35:15 2006 +0100 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:31:16 2006 -0800 |
tree | cab6364c9155bebad3b20a8125c7b2a086c36356 | |
parent | d73468533451fd896324058d9ba649c11ba3e3ee [diff] |
[NETFILTER]: nf_conntrack: move extern declaration to header files 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>