netfilter: nfnetlink_log: fix warning and prototype mismatch
authorPatrick McHardy <kaber@trash.net>
Tue, 18 Nov 2008 11:16:52 +0000 (12:16 +0100)
committerPatrick McHardy <kaber@trash.net>
Tue, 18 Nov 2008 11:16:52 +0000 (12:16 +0100)
commitd9e150071d18b5c87ba7a097af4063a5ad0c6a0c
treed554185f1c64df5ec6856c0f320e7f16037f14a5
parent19abb7b090a6bce88d4e9b2914a0367f4f684432
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>
include/net/netfilter/nfnetlink_log.h
net/netfilter/nfnetlink_log.c