diff options
author | Patrick McHardy <kaber@trash.net> | 2007-02-07 18:13:20 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-08 15:39:22 -0500 |
commit | c3e79c05b45c3d6115d8c46e3012939c71573f13 (patch) | |
tree | 3013534feee4926dd761a211d052148594fe3ef7 /include | |
parent | a0ca215a730b2c4d5024143e64b0d80d50858667 (diff) |
[NETFILTER]: ip_tables: remove declaration of non-existant ipt_find_target function
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/netfilter_ipv4/ip_tables.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/netfilter_ipv4/ip_tables.h b/include/linux/netfilter_ipv4/ip_tables.h index fccf4b873232..9527296595cd 100644 --- a/include/linux/netfilter_ipv4/ip_tables.h +++ b/include/linux/netfilter_ipv4/ip_tables.h | |||
@@ -276,9 +276,6 @@ extern int ipt_register_table(struct xt_table *table, | |||
276 | const struct ipt_replace *repl); | 276 | const struct ipt_replace *repl); |
277 | extern void ipt_unregister_table(struct xt_table *table); | 277 | extern void ipt_unregister_table(struct xt_table *table); |
278 | 278 | ||
279 | /* net/sched/ipt.c: Gimme access to your targets! Gets target->me. */ | ||
280 | extern struct xt_target *ipt_find_target(const char *name, u8 revision); | ||
281 | |||
282 | /* Standard entry. */ | 279 | /* Standard entry. */ |
283 | struct ipt_standard | 280 | struct ipt_standard |
284 | { | 281 | { |