diff options
author | Patrick McHardy <kaber@trash.net> | 2007-12-18 01:42:09 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 17:59:05 -0500 |
commit | 90a9ba8dd90bcffe279d3272545bccba6dcc8d7c (patch) | |
tree | 8efc755f1beed994ab4d3517afd6985e1717845c | |
parent | 76aa1ce139f649e432272f6ad75204b763ef13bd (diff) |
[NETFILTER]: Kill function prototype for non-existing function
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | 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 368b7ed1f1bf..bd4a2dd54233 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, | |||
206 | int compat_nf_getsockopt(struct sock *sk, int pf, int optval, | 206 | int compat_nf_getsockopt(struct sock *sk, int pf, int optval, |
207 | char __user *opt, int *len); | 207 | char __user *opt, int *len); |
208 | 208 | ||
209 | /* FIXME: Before cache is ever used, this must be implemented for real. */ | ||
210 | extern void nf_invalidate_cache(int pf); | ||
211 | |||
212 | /* Call this before modifying an existing packet: ensures it is | 209 | /* Call this before modifying an existing packet: ensures it is |
213 | modifiable and linear to the point you care about (writable_len). | 210 | modifiable and linear to the point you care about (writable_len). |
214 | Returns true or false. */ | 211 | Returns true or false. */ |