Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3e79c05 authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller
Browse files

[NETFILTER]: ip_tables: remove declaration of non-existant ipt_find_target function

parent a0ca215a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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
{