commit | e17b666a468285409ab9f6caff9df16936d27d71 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Tue Nov 18 12:24:17 2008 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Tue Nov 18 12:24:17 2008 +0100 |
tree | bd2aaf5f4bc67f9f30b15c797bffef69e150b839 | |
parent | d9e150071d18b5c87ba7a097af4063a5ad0c6a0c [diff] |
netfilter: nf_conntrack: fix warning and prototype mismatch net/netfilter/nf_conntrack_core.c:46:1: warning: symbol 'nfnetlink_parse_nat_setup_hook' was not declared. Should it be static? Including the proper header also revealed an incorrect prototype. Signed-off-by: Patrick McHardy <kaber@trash.net>