mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 00:11:22 +00:00
[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>
This commit is contained in:
parent
a0ca215a73
commit
c3e79c05b4
@ -276,9 +276,6 @@ extern int ipt_register_table(struct xt_table *table,
|
||||
const struct ipt_replace *repl);
|
||||
extern void ipt_unregister_table(struct xt_table *table);
|
||||
|
||||
/* net/sched/ipt.c: Gimme access to your targets! Gets target->me. */
|
||||
extern struct xt_target *ipt_find_target(const char *name, u8 revision);
|
||||
|
||||
/* Standard entry. */
|
||||
struct ipt_standard
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user