commit | d9e150071d18b5c87ba7a097af4063a5ad0c6a0c | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Tue Nov 18 12:16:52 2008 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Tue Nov 18 12:16:52 2008 +0100 |
tree | d554185f1c64df5ec6856c0f320e7f16037f14a5 | |
parent | 19abb7b090a6bce88d4e9b2914a0367f4f684432 [diff] |
netfilter: nfnetlink_log: fix warning and prototype mismatch net/netfilter/nfnetlink_log.c:537:1: warning: symbol 'nfulnl_log_packet' was not declared. Should it be static? Including the proper header also revealed an incorrect prototype. Signed-off-by: Patrick McHardy <kaber@trash.net>