projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0ca215
)
[NETFILTER]: ip_tables: remove declaration of non-existant ipt_find_target function
author
Patrick McHardy
<kaber@trash.net>
Wed, 7 Feb 2007 23:13:20 +0000
(15:13 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Thu, 8 Feb 2007 20:39:22 +0000
(12:39 -0800)
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter_ipv4/ip_tables.h
patch
|
blob
|
history
diff --git
a/include/linux/netfilter_ipv4/ip_tables.h
b/include/linux/netfilter_ipv4/ip_tables.h
index fccf4b873232146bed2bf4669fb5f28c73890ee3..9527296595cd41f9cf1b437e7d204b687ee83ea1 100644
(file)
--- 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,
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
{