]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: Remove extern from function prototypes
authorJoe Perches <joe@perches.com>
Thu, 26 Sep 2013 21:48:15 +0000 (14:48 -0700)
committerJoe Perches <joe@perches.com>
Thu, 26 Sep 2013 21:48:15 +0000 (14:48 -0700)
commit9980680e343b9860e6d9bedc0460772356c9e841
treedd4a24c0eddda03b87ad0fd873ba4b5ebbbab6cf
parent6635c3b3f1af2302457d07ef5f2660e88ab8da9a
netfilter: Remove extern from function prototypes

There are a mix of function prototypes with and without extern
in the kernel sources.  Standardize on not using extern for
function prototypes.

Function prototypes don't need to be written with extern.
extern is assumed by the compiler.  Its use is as unnecessary as
using auto to declare automatic/local variables in a block.

Signed-off-by: Joe Perches <joe@perches.com>
include/linux/netfilter.h
include/linux/netfilter/nf_conntrack_common.h
include/linux/netfilter/nf_conntrack_h323.h
include/linux/netfilter/nf_conntrack_proto_gre.h
include/linux/netfilter/nf_conntrack_sip.h
include/linux/netfilter/nfnetlink.h
include/linux/netfilter/nfnetlink_acct.h
include/linux/netfilter/x_tables.h
include/linux/netfilter_bridge.h
include/linux/netfilter_ipv4.h
include/linux/netfilter_ipv6.h