[NETFILTER]: Kill function prototype for non-existing function Signed-off-by: Patrick McHardy <kaber@xxxxxxxxx> --- commit 50a04a644a2d717be1306a9b6121c12180b66dd1 tree a11dfc1c472c600f25d3b4437412a142f20a8f6c parent fcf0f585c5a36051119f250330feac0a672a73c2 author Patrick McHardy <kaber@xxxxxxxxx> Mon, 17 Dec 2007 14:58:47 +0100 committer Patrick McHardy <kaber@xxxxxxxxx> Tue, 18 Dec 2007 00:24:59 +0100 include/linux/netfilter.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h index 368b7ed..bd4a2dd 100644 --- a/include/linux/netfilter.h +++ b/include/linux/netfilter.h @@ -206,9 +206,6 @@ int compat_nf_setsockopt(struct sock *sk, int pf, int optval, int compat_nf_getsockopt(struct sock *sk, int pf, int optval, char __user *opt, int *len); -/* FIXME: Before cache is ever used, this must be implemented for real. */ -extern void nf_invalidate_cache(int pf); - /* Call this before modifying an existing packet: ensures it is modifiable and linear to the point you care about (writable_len). Returns true or false. */ - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html